๐ Cursors use shared blink timer
thecoolwinter opened this issue ยท 0 comments
thecoolwinter commented
Cursors right now share a timer. If the editor is unfocused the cursors stop blinking, but if another editor is focused all editor's cursors begin to blink.
The cursor blink timer needs to be attached to a TextView
instead of a global timer.