diff options
-rw-r--r-- | ext/bg/js/search-query-parser.js | 2 |
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') ) { |