From caa09c63a18a0d5f30fda365c18c0d58235ec7e9 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Wed, 8 Feb 2017 21:30:00 -0800 Subject: [PATCH] destroy imposters earlier --- ext/fg/js/util.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/fg/js/util.js b/ext/fg/js/util.js index 641b73ac..aeda36b5 100644 --- a/ext/fg/js/util.js +++ b/ext/fg/js/util.js @@ -108,6 +108,7 @@ function textSourceFromPoint(point, imposter) { return new TextSourceRange(range); } + destroyImposters(); return null; }