diff options
Diffstat (limited to 'ext/fg/js/frontend.js')
-rw-r--r-- | ext/fg/js/frontend.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fg/js/frontend.js b/ext/fg/js/frontend.js index 8189b8ad..6b0b50a6 100644 --- a/ext/fg/js/frontend.js +++ b/ext/fg/js/frontend.js @@ -267,7 +267,7 @@ class Frontend { } } if (type !== null) { this._stopClearSelectionDelayed(); - const focus = (cause === 'mouse'); + const focus = (cause === 'mouseMove'); this._showContent(textSource, focus, definitions, type, sentence, optionsContext); } else { if (scanningOptions.autoHideResults) { |