CodeEditTextView icon indicating copy to clipboard operation
CodeEditTextView copied to clipboard

🐞 Multiple cursors should blink at the same time

Open austincondiff opened this issue 1 year ago • 0 comments

Description

If I add multiple cursors they will currently all blink at different times. They should all blink at the same time.

To Reproduce

  1. Add multiple cursors
  2. Notice they all blink at different times

Expected Behavior

They should all blink at the same time.

Version Information

No response

Additional Context

I believe Xcode does this by re-adding each cursor every time a new cursor is added.

Screenshots

CodeEdit

https://github.com/user-attachments/assets/f5b3f5a0-dad7-4602-89cc-489fd00c458f

Xcode

https://github.com/user-attachments/assets/c228d783-e6e9-4b24-92da-16023599c45d

austincondiff avatar Oct 04 '24 16:10 austincondiff