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
After keybindings, some multiline editing features like continuous backspaces into the previous line and moving back to the previous line using left arrow, is broken. It's because we are intercepting these keys in the editor actions itself.
Also when the completer tab is on, backspace is acting twice, I believe for the same reason.
This will be fixed when we add the ability to configure existing actions (like the multiline actions itself), where we'll club the logic of backspaces, left arrows, and right arrows in one place.
Description
After keybindings, some multiline editing features like continuous backspaces into the previous line and moving back to the previous line using left arrow, is broken. It's because we are intercepting these keys in the editor actions itself.
Also when the completer tab is on, backspace is acting twice, I believe for the same reason.
This will be fixed when we add the ability to configure existing actions (like the multiline actions itself), where we'll club the logic of backspaces, left arrows, and right arrows in one place.
Related Issues
Related issues #2647 .
Questions
No.
Demo
No response
Reproduction
Expected Results
It should go back to the previous line.
Actual Results
Doesn't go back to the previous line.
Environments
Node.js
Checklist
The text was updated successfully, but these errors were encountered: