From e73d2d96c9cadce1364ae48a0dc68e24f2019c72 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Tue, 7 Feb 2017 21:46:37 -0800 Subject: add support for looking up definitions for textareas and textboxes --- ext/fg/js/driver.js | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/fg/js/driver.js') diff --git a/ext/fg/js/driver.js b/ext/fg/js/driver.js index 8904c12c..97f29f89 100644 --- a/ext/fg/js/driver.js +++ b/ext/fg/js/driver.js @@ -182,6 +182,7 @@ class Driver { } searchClear() { + destroyImposters(); this.popup.hide(); if (this.options.scanning.selectText && this.lastTextSource !== null) { -- cgit v1.2.3