Closed caffodian closed 7 years ago
in the next PR, needsBookmarkCreated needs to be calculated within render
(because render
is now wrapped inside a setTimeout, meaning the selection can change between the time it is scheduled & actually ran )
The performance benefit of this on its own is only about 20-40ms per spellcheck, so it's unlikely to be worth rolling out on its own. There are also parts of it that are going to be re-done in the course of making things more async.
Make
needsBookmarkCreated
actually do something, remove bookmark creation elsewhere.