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
Editing in the editor behaves incorrectly. While typing, the cursor sometimes jumps to unexpected lines. Shift+Tab also does not unindent as expected. In addition, syntax highlighting/colors appear to flash or change briefly while typing.
Steps to reproduce
Open any file.
Start typing normally.
Press Tab and Shift+Tab.
Observe the cursor position and the syntax highlighting while editing.
Expected result
Typing should insert text normally without unexpected cursor jumps.
Shift+Tab should unindent the current line or selection.
Syntax highlighting should remain stable while typing.
Actual result
The cursor sometimes jumps to random lines while typing.
Shift+Tab does not perform the reverse-tab/unindent action.
Code colors briefly flash or change while typing.
Showcase video
Note: The video was filmed on a previous version to 0.6.0, but after updated it, it worked exactly the same.
Environment
Problem
Editing in the editor behaves incorrectly. While typing, the cursor sometimes jumps to unexpected lines.
Shift+Tabalso does not unindent as expected. In addition, syntax highlighting/colors appear to flash or change briefly while typing.Steps to reproduce
TabandShift+Tab.Expected result
Shift+Tabshould unindent the current line or selection.Actual result
Shift+Tabdoes not perform the reverse-tab/unindent action.Showcase video
2026-05-15-11-09-30.mp4