mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Add shortcuts (#85)
* Add yarn.lock to .gitignore * Extract available shapes to one place * Add event listeners for shapes shortcuts * fixup! Add event listeners for shapes shortcuts * Underline first letter of shapes to indicate interactivity * fixup! Extract available shapes to one place * fixup! Add event listeners for shapes shortcuts
This commit is contained in:
parent
8c974411ce
commit
58d81280c9
3 changed files with 64 additions and 28 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -11,6 +11,9 @@ build
|
|||
# Dependency directories
|
||||
node_modules/
|
||||
|
||||
# lock file
|
||||
yarn.lock
|
||||
|
||||
# Editors
|
||||
.vscode/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue