Explorar o código

fix: text selection empty on some websites

Ahmad Kholid %!s(int64=2) %!d(string=hai) anos
pai
achega
49f59f3af5
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      src/content/index.js

+ 3 - 0
src/content/index.js

@@ -220,6 +220,9 @@ function messageListener({ data, source }) {
 
               contextElement = null;
             }
+            if (!$ctxTextSelection) {
+              $ctxTextSelection = window.getSelection().toString();
+            }
 
             resolve({
               $ctxElSelector,