diff options
| author | siikamiika <siikamiika@users.noreply.github.com> | 2019-11-28 16:08:19 +0200 | 
|---|---|---|
| committer | siikamiika <siikamiika@users.noreply.github.com> | 2019-11-28 16:08:19 +0200 | 
| commit | 2e04f752a53017c1a2dfa24fe09ff0dbe19b216c (patch) | |
| tree | 99b4dd2654317d9cc9e549201fdb69d3931804ab /ext | |
| parent | f1ecb4cd397ae047917582a5fc056a9151eb937d (diff) | |
fix clicking on query parser
Diffstat (limited to 'ext')
| -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')          ) { |