Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐞 Cursors use shared blink timer #13

Closed
thecoolwinter opened this issue Jan 16, 2024 · 0 comments · Fixed by #14
Closed

🐞 Cursors use shared blink timer #13

thecoolwinter opened this issue Jan 16, 2024 · 0 comments · Fixed by #14
Assignees

Comments

@thecoolwinter
Copy link
Contributor

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.

@thecoolwinter thecoolwinter self-assigned this Jan 16, 2024
austincondiff pushed a commit that referenced this issue Jan 28, 2024
* Separate Cursor Updates, Fix Focus Issues

* Linter

* Update TextSelectionManagerTests.swift
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant