Skip to content

Conversation

gilleswaeber
Copy link

Hello, this PR fixes two issues related to keyboard handling: backspace not working in Firefox at the beginning of a line and capturing ctrl+backspace (delete word)

Thanks for this project

Backspace doesn't remove the first character of a line in Firefox when indentation is disabled.
This is due to the condition at L413 where no character will be erased since there is a match (line is empty) but the length of the match is 0.
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 this pull request may close these issues.

1 participant