tldraw/packages
Steve Ruiz 591d3129c7
[fix] VSCode keyboard shortcuts while editing text (#2721)
This PR fixes a bug where keyboard shortcuts weren't working in the vs
code extension. We had taken some extra steps early on to prevent kbds
from running while an input was focused, but we've since solved this bug
in the kbd logic itself.

Closes #2717 

### Change Type

- [x] `patch` — Bug fix

### Test Plan

1. Using the vs code extension, edit text and then use keyboard
shortcuts, e.g. for select all or copy / paste
2. Confirm that regular tldraw shortcuts don't fire when editing text

### Release Notes

- Fixed a bug in the VS Code that prevented keyboard shortcuts from
working in text labels.
2024-02-04 12:55:15 +00:00
..
assets make CI check for yarn install warnings and fix the peer deps ones we have (#2683) 2024-01-30 11:41:46 +00:00
editor [Fix] Camera coordinate issues (#2719) 2024-02-04 12:03:49 +00:00
state Update the project to Node 20 (#2691) 2024-01-31 16:53:40 +00:00
store Bump jest to fix weird prettier bug (#2716) 2024-02-04 11:19:47 +00:00
tldraw [fix] VSCode keyboard shortcuts while editing text (#2721) 2024-02-04 12:55:15 +00:00
tlschema Update the project to Node 20 (#2691) 2024-01-31 16:53:40 +00:00
tlsync Update the project to Node 20 (#2691) 2024-01-31 16:53:40 +00:00
utils Bump jest to fix weird prettier bug (#2716) 2024-02-04 11:19:47 +00:00
validate Update the project to Node 20 (#2691) 2024-01-31 16:53:40 +00:00