diff options
Diffstat (limited to 'ext/fg/js/client.js')
| -rw-r--r-- | ext/fg/js/client.js | 4 | 
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/fg/js/client.js b/ext/fg/js/client.js index bc389818..44a3b84c 100644 --- a/ext/fg/js/client.js +++ b/ext/fg/js/client.js @@ -118,10 +118,6 @@ class Client {          this.popup.showNextTo(range.getRect(), content);          if (this.options.highlightText) { -            if (this.lastRange !== null) { -                this.lastRange.deselect(); -            } -              range.select();          }  |