diff options
Diffstat (limited to 'ext/mixed/js/display.js')
| -rw-r--r-- | ext/mixed/js/display.js | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mixed/js/display.js b/ext/mixed/js/display.js index ab0674a9..f3b5dd2a 100644 --- a/ext/mixed/js/display.js +++ b/ext/mixed/js/display.js @@ -144,7 +144,7 @@ class Display {          try {              e.preventDefault(); -            const textSource = docRangeFromPoint(e.clientX, e.clientY, this.options); +            const textSource = docRangeFromPoint(e.clientX, e.clientY, this.options.scanning.deepDomScan);              if (textSource === null) {                  return false;              }  |