Skip to content

Commit

Permalink
Accessibility
Browse files Browse the repository at this point in the history
  • Loading branch information
PuruVJ committed Apr 23, 2024
1 parent 7a45f84 commit 1ee8781
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/svelte/demo/src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
<div class="canvas" style="transform: scale({scale});">
<input type="number" bind:value={$progressX} />
<input type="number" bind:value={$progressY} />
<div
<button
on:click={() => {
console.log('clicked');
// throw new Error('Should not be clickable');
Expand All @@ -207,7 +207,7 @@
class="box"
>
<div on:click={() => console.log('MEME')}>click me</div>
</div>
</button>
</div>
</main>

Expand Down

0 comments on commit 1ee8781

Please sign in to comment.