mirror of https://github.com/sveltejs/svelte
fix malformed code in window binding event handlers (#1963)
parent
36ce45a3da
commit
ccb8b9fe1a
@ -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