update dependencies (#663)
This commit is contained in:
@@ -47,7 +47,7 @@ function Todo (todo, emit) {
|
||||
}
|
||||
|
||||
function handleEditKeydown (e) {
|
||||
if (e.keyCode === 13) update(e) // Enter
|
||||
if (e.keyCode === 13) update(e) // Enter
|
||||
else if (e.code === 27) emit('todos:unedit') // Escape
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user