mirror of https://github.com/sveltejs/svelte
fix malformed code in window binding event handlers (#1963)
parent
dcad65b118
commit
58b3ea63cc
@ -0,0 +1,3 @@
|
||||
export default {
|
||||
html: '<button>Click</button>'
|
||||
};
|
@ -0,0 +1,2 @@
|
||||
<svelte:window bind:innerWidth={width} bind:innerHeight={height}/>
|
||||
<button on:click={() => {}}>Click</button>
|
Loading…
Reference in new issue