excalidraw / excalidraw-vscode

Excalidraw for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=pomdtr.excalidraw-editor
MIT License
477 stars 60 forks source link

[Bug] Delayed repeat of Ctrl + A #148

Open dmitrijbes opened 1 month ago

dmitrijbes commented 1 month ago

First of all, Thank You for bringing this amazing tool to VSCode!

I have a rather annoying issue working with a huge board with hundreds of elements. While editing a text I select full text with Ctrl + A and immediately start typing a new text. Few seconds later another Ctrl + A follows, which replaces my already typed in text.

I have tested it in web and with low elements count, no issue occurred. So it's probably some heavy processing done during Ctrl + A for each element of a board, which results in second, delayed Ctrl + A.

Excalidraw Extension: v3.7.4 VSCode: 1.93.1 OS: Windows x64