1 parent 77e0955 commit 4bec5a3Copy full SHA for 4bec5a3
1 file changed
src/routes/+page.svelte
@@ -92,7 +92,7 @@
92
</script>
93
94
<!-- https://svelte.dev/tutorial/bind-this -->
95
-<section>
+<section aria-label="Emoji picker" oncontextmenu={(e) => e.preventDefault()}>
96
<div bind:this={picker}></div>
97
{#if selection.length > 0}
98
<p>{selection.join(' ')}</p>
0 commit comments