Fix animate example (#3543)

pull/3546/head
mattstobbs 5 years ago committed by Conduitry
parent e8ad4018fc
commit c250793b35

@ -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