Fix animate example (#3543)

pull/7738/head
mattstobbs 6 years ago committed by Conduitry
parent 24e0af4a0a
commit 53e65a676d

@ -109,7 +109,11 @@
</style>
<div class='board'>
<input class="new-todo" placeholder="what needs to be done?" on:keydown="{event => event.which === 13 && add(this)}">
<input
class="new-todo"
placeholder="what needs to be done?"
on:keydown="{event => event.which === 13 && add(event.target)}"
>
<div class='left'>
<h2>todo</h2>

Loading…
Cancel
Save