diff options
Diffstat (limited to 'ext/fg')
-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 97f73075..af1a6527 100644 --- a/ext/fg/js/frontend.js +++ b/ext/fg/js/frontend.js @@ -132,6 +132,7 @@ class Frontend { } async setTextSource(textSource) { + this._textScanner.setCurrentTextSource(null); await this._textScanner.search(textSource); } |