diff options
Diffstat (limited to 'ext/fg/js/client.js')
-rw-r--r-- | ext/fg/js/client.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fg/js/client.js b/ext/fg/js/client.js index 3c75068c..d5ad0c2f 100644 --- a/ext/fg/js/client.js +++ b/ext/fg/js/client.js @@ -81,7 +81,7 @@ class Client { } searchAtPoint(point) { - const range = getRangeAtPoint(point, 10); + const range = getRangeAtPoint(point, this.options.scanLength); if (range === null) { this.hidePopup(); return; |