mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Add support for 'delete' key (#56)
* add package-lock.json to gitignore as project appears to use yarn * add support for deleting elements with "delete" key + assign magic numbers and keycode values to named properties
This commit is contained in:
parent
c2c13f0f27
commit
527209e740
2 changed files with 33 additions and 13 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -4,6 +4,7 @@ logs
|
|||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
package-lock.json
|
||||
|
||||
# Dependency directories
|
||||
node_modules/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue