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
Deleting a newline, every cursor on the line goes up from it's original position, then deletes a character, desyncing every cursor after and having the first one around the middle.
Deleting several chunks of whitespace also desync the cursors, the ones later on the line (columns 4 -> 7) end up eating the text in this example since they don't account for the columns 0 -> 3 being deleted. This however only seems to apply on contiguous selections.
(several adjacent cursors working properly, several adjacent 1 column selections are affected by this issue)
The text was updated successfully, but these errors were encountered:
The 3 issues you mentioned are already fixed in the nightly builds. I was trying to check if there's any other issue but I haven't found any yet. Feel free to test it and let me know if something is still not right. Thanks
Deleting a newline, every cursor on the line goes up from it's original position, then deletes a character, desyncing every cursor after and having the first one around the middle.
Deleting several chunks of whitespace also desync the cursors, the ones later on the line (columns 4 -> 7) end up eating the text in this example since they don't account for the columns 0 -> 3 being deleted. This however only seems to apply on contiguous selections.
(several adjacent cursors working properly, several adjacent 1 column selections are affected by this issue)
The text was updated successfully, but these errors were encountered: