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

`context_menu` `command` rename bug #117

Closed haoxiang-xu closed 1 month ago

haoxiang-xu commented 1 month ago

When rename input box is not correctly closed, command will index to the next onSelected file

haoxiang-xu commented 1 month ago
  const handleOnLeftClick = (event) => {
    setCommand([]); //remove input box when on click
    setOnSingleClickFile(access_file_subfiles_by_path(filePath));
  };

solved dirItem.js line 412

haoxiang-xu commented 3 weeks ago

Solved by refactor surface_explorer