aboutsummaryrefslogtreecommitdiff
path: root/ext/bg
diff options
context:
space:
mode:
authorsiikamiika <siikamiika@users.noreply.github.com>2019-11-28 16:08:19 +0200
committersiikamiika <siikamiika@users.noreply.github.com>2019-11-28 16:08:19 +0200
commit2e04f752a53017c1a2dfa24fe09ff0dbe19b216c (patch)
tree99b4dd2654317d9cc9e549201fdb69d3931804ab /ext/bg
parentf1ecb4cd397ae047917582a5fc056a9151eb937d (diff)
fix clicking on query parser
Diffstat (limited to 'ext/bg')
-rw-r--r--ext/bg/js/search-query-parser.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/js/search-query-parser.js b/ext/bg/js/search-query-parser.js
index c7222212..8dc2e30a 100644
--- a/ext/bg/js/search-query-parser.js
+++ b/ext/bg/js/search-query-parser.js
@@ -45,7 +45,7 @@ class QueryParser {
onMouseUp(e) {
if (
- this.search.options.scanning.clickGlossary &&
+ this.search.options.scanning.enablePopupSearch &&
!this.clickScanPrevent &&
DOM.isMouseButtonPressed(e, 'primary')
) {