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') ) {