diff options
| author | siikamiika <siikamiika@users.noreply.github.com> | 2019-12-05 22:48:05 +0200 | 
|---|---|---|
| committer | siikamiika <siikamiika@users.noreply.github.com> | 2019-12-05 22:48:05 +0200 | 
| commit | 595636c40bdc344ee34fee55c951e62ba0a24505 (patch) | |
| tree | 223bd0b855987c9a40ba21a646925a6b0bd19e98 /ext/fg/js | |
| parent | 1bdef2e7c3d9cd4480113ae7294d5896bccfb4d7 (diff) | |
move text selection to TextScanner
Diffstat (limited to 'ext/fg/js')
| -rw-r--r-- | ext/fg/js/frontend.js | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/ext/fg/js/frontend.js b/ext/fg/js/frontend.js index 2adbde36..9ec66fb1 100644 --- a/ext/fg/js/frontend.js +++ b/ext/fg/js/frontend.js @@ -185,10 +185,6 @@ class Frontend {              type,              {definitions, context: {sentence, url, focus, disableHistory: true}}          ); - -        if (this.options.scanning.selectText) { -            textSource.select(); -        }      }      async findTerms(textSource) { |