destroy imposters earlier

This commit is contained in:
Alex Yatskov 2017-02-08 21:30:00 -08:00
parent 2e3aec9ba1
commit caa09c63a1

View File

@ -108,6 +108,7 @@ function textSourceFromPoint(point, imposter) {
return new TextSourceRange(range);
}
destroyImposters();
return null;
}