diff options
Diffstat (limited to 'ext/fg/js/frontend.js')
| -rw-r--r-- | ext/fg/js/frontend.js | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/ext/fg/js/frontend.js b/ext/fg/js/frontend.js index 3a90b3ad..266f9640 100644 --- a/ext/fg/js/frontend.js +++ b/ext/fg/js/frontend.js @@ -254,6 +254,7 @@ class Frontend {      searchClear() {          docImposterDestroy();          this.popup.hide(); +        this.popup.clearAutoPlayTimer();          if (this.options.scanning.selectText && this.textSourceLast) {              this.textSourceLast.deselect(); |