Skip to content

Commit

Permalink
Fix Action button
Browse files Browse the repository at this point in the history
  • Loading branch information
allanlasser committed Mar 4, 2024
1 parent 7444fd9 commit a51c09d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/common/Action.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
class="container"
role="button"
tabindex={0}
on:click|stopPropagation|preventDefault
on:click|stopPropagation
on:keydown|stopPropagation
>
{#if icon}<svelte:component this={icon} height="14" width="14" />{/if}
Expand Down

0 comments on commit a51c09d

Please sign in to comment.