-
Notifications
You must be signed in to change notification settings - Fork 30
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
Can't leave insert mode #27
Comments
I ended updoing
|
Introducing a flag seems the best way right know. At work, we are using monaco v0.14.x so we don't have this problem right now. But yeah, newer versions will need this. It would have been best if monaco also included a version number in their api like react does. |
What we should with newer version? |
Fixed with #28 Note that you won't be able to handle ESC key |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See #18
ESC is getting default-prevented from Monaco itself, and the library seems to be respecting that.
Maybe we can add a flag/property to the event to disable defaultPrevented from stopping it?
The text was updated successfully, but these errors were encountered: