change event from onkeypress to onkeyup because onkeypress cannot detect escape key press if (e.keyCode === 27) |
||
|---|---|---|
| .. | ||
| app.css | ||
| base.css | ||
| index.html | ||
| todomvc.js | ||
change event from onkeypress to onkeyup because onkeypress cannot detect escape key press if (e.keyCode === 27) |
||
|---|---|---|
| .. | ||
| app.css | ||
| base.css | ||
| index.html | ||
| todomvc.js | ||