monaco-editor
monaco-editor copied to clipboard
Move the mouse out of the editor and then into the editor. Double click to enter no content
Reproducible in vscode.dev or in VS Code Desktop?
- [X] Not reproducible in vscode.dev or VS Code Desktop
Reproducible in the monaco editor playground?
- [ ] Not reproducible in the monaco editor playground
Monaco Editor Playground Code
mocaco.editor.create(this.$refs.box,{
language:'sql',
readOnly:false
})
Actual Behavior
When I create an SQL editor and haven't entered the content, I move the mouse out of the editor and then into the editor. Double click it to enter the content
Expected Behavior
can enter
Additional Context
.
I don't understand how to reproduce your issue.
This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines.
Happy Coding!