You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: