Skip to content

Commit 6ae7619

Browse files
committed
fix: warn
1 parent 0e98508 commit 6ae7619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/packlets/front/playground.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
}
3131
</script>
3232

33-
<section class="h-screen flex justify-center items-center flex-col relative overflow-hidden" on:mousedown={handleClick}>
33+
<section class="h-screen flex justify-center items-center flex-col relative overflow-hidden" on:mousedown={handleClick} role="none">
3434
<slot />
3535
{#each balloons as { id, size, horizontal, initialHeight } (`balloon-${id}`)}
3636
<Balloon

0 commit comments

Comments
 (0)