You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constvalue=/* set from `myEditor.getModel()`: */`function hello() { alert('Hello World');}`;// Hover on each property to see its docs!constmyEditor=monaco.editor.create(document.getElementById("container"),{
value,language: "javascript",automaticLayout: true,});
Reproduction Steps
Open link in Firefox Developer Edition
Highlight a word with Ctrl-Shift-Left
Type anything - It will ignore the first keystroke.
Reproducible in vscode.dev or in VS Code Desktop?
Reproducible in the monaco editor playground?
Monaco Editor Playground Link
https://microsoft.github.io/monaco-editor/playground.html?source=v0.55.1#example-creating-the-editor-hello-world
Monaco Editor Playground Code
Reproduction Steps
Actual (Problematic) Behavior
Skipping first keystroke.
Expected Behavior
Not skipping any keystroke
Additional Context
monaco-firefox-bug.mp4