mirror of https://github.com/sveltejs/svelte
support node methods in event handlers (#162)
parent
8529e28c11
commit
65a99c9161
@ -0,0 +1,2 @@
|
||||
<input class='wont-focus'>
|
||||
<input class='will-focus' on:click='this.focus()'>
|
Loading…
Reference in new issue