Explorar el Código

fix: text selection empty on some websites

Ahmad Kholid hace 2 años
padre
commit
49f59f3af5
Se han modificado 1 ficheros con 3 adiciones y 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,