Browse Source

fix: text selection empty on some websites

Ahmad Kholid 2 năm trước cách đây
mục cha
commit
49f59f3af5
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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,