فهرست منبع

fix: text selection empty on some websites

Ahmad Kholid 2 سال پیش
والد
کامیت
49f59f3af5
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  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,