:unicorn: Learn how to build web apps using the Elm Architecture in "vanilla" JavaScript (step-by-step TDD tutorial)!
GNU General Public License v2.0
213
stars
19
forks
source link
[esc] key cancels editing mode (without saving) #64
Closed
nelsonic closed 6 years ago
According to: https://github.com/tastejs/todomvc/blob/master/app-spec.md#editing
and the test assertions: https://github.com/tastejs/todomvc/tree/master/tests#example-output
case
insubscriptions
for[esc]
keysignal('CANCEL')()
to cancel editing without saving changes.