monaco-editor icon indicating copy to clipboard operation
monaco-editor copied to clipboard

Move the mouse out of the editor and then into the editor. Double click to enter no content

Open liuxiaohua1234 opened this issue 3 years ago • 1 comments

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?

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

.

liuxiaohua1234 avatar Jun 14 '22 05:06 liuxiaohua1234

I don't understand how to reproduce your issue.

hediet avatar Jul 19 '22 14:07 hediet

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!

github-actions[bot] avatar Feb 07 '23 15:02 github-actions[bot]