KeyBinding and Bubbling issue on Production Env #3678
Unanswered
UsamaAkram7
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Reproducible in vscode.dev or in VS Code Desktop?
Reproducible in the monaco editor playground?
Monaco Editor Playground Code
Reproduction Steps
No response
Actual (Problematic) Behavior
Above Code for Saving editor data on Ctrl + S is working on Dev environment but not on Production (On Production env the Key combination bubbles up to the browser, prompting me to save the page.)
Any way to prevent this?
Expected Behavior
Ctrl+S should work on production environment as well.
Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions