Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: simplify tab handling in editorStore
- Replaced the manual insertion of a tab character with a direct call to vditor's insertValue method, improving code readability and maintainability. - Removed unnecessary DOM manipulation and selection handling, streamlining the keydown event logic for the Tab key.
- Loading branch information