Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Call preventDefault() on Cmd+Z/Cmd+Shift+Z/Cmd+Y #301

Merged
merged 1 commit into from
Jun 12, 2024

Conversation

iamakulov
Copy link
Contributor

This PR calls preventDefault() for:

  • Cmd/Ctrl+Z
  • Cmd/Ctrl+Shift+Z
  • Cmd/Ctrl+Y

This partially addresses #189. I have a feeling we’ll be safe just calling event.preventDefault() on any keyboard event, but I don’t feel like testing it :D

This commit calls `preventDefault()` for a few keyboard shortcuts. Partially addresses lewish#189
@lewish lewish merged commit 5f37c61 into lewish:beta Jun 12, 2024
1 check passed
@iamakulov iamakulov deleted the patch-1 branch June 17, 2024 01:53
lewish pushed a commit that referenced this pull request Aug 6, 2024
This commit calls `preventDefault()` for a few keyboard shortcuts. Partially addresses #189
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.

2 participants