Closed jwijenbergh closed 3 years ago
Another idea: when creating non-highlighted text, put this in another absolute-positioned element in between the highlighted text and the typed text. This can serve as the buffer between highlighting and typing.
No clue how to do this at the moment (without making it way too complicated in the process).
I think this feature is simply too difficult to implement efficiently. Should we close this? @bornobob
Agreed
Right now we're updating the highlighting on every key press (or after when a request was already being processed).
A more efficient way would be to update it on e.g. every new word added. We would thus need to do the following:
Nr 1. is the culprit here, need to find good practices how to do this