haoxiang-xu / surface-editor

WebCodeEditor+LLMs is a state-of-the-art web-based Code Editor that leverages the power of large language models to assist in coding. By utilizing a vector database, it establishes intricate relationships between files and code segments.
0 stars 0 forks source link

Document is not focus #105

Closed haoxiang-xu closed 1 month ago

haoxiang-xu commented 2 months ago

When monaco_editor onContextMenu it will ask monaco_core for onSelected text, however sometime, model not even rendered or onRightClick is not happened over monaco_core

haoxiang-xu commented 1 month ago

Issue happens again

haoxiang-xu commented 1 month ago

When window is not focused, trigering context_menu using right click will case this error to happen

haoxiang-xu commented 1 month ago

Kind solved, for further solution, needs to dig into electron