-
Notifications
You must be signed in to change notification settings - Fork 366
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
fix(codemirror): avoid Escape keybinding conflict #581
Conversation
Open in CodeSandbox Web Editor | VS Code | VS Code Insiders | Storybook |
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit e3b4a69:
|
Thanks @hawkup, for providing an example. I managed to fix it by prioritizing the extensions keybinding over the internal ones, could you please test it and make sure it's working as you expected? https://codesandbox.io/s/sandpack-with-codemirror-vim-7g465c |
Size changessandpack-react
Details
sandpack-client
Details
|
@danilowoz it works like my expectation. Thank you so much. |
Solves https://github.com/codesandbox/sandpack/discussions/576
Solves #582