Skip to content

Commit

Permalink
fix(grid): remove prevent modifier, fix #221
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Aug 2, 2022
1 parent 6cca1e1 commit 8ca882b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ useResizeObserver(el, () => {
'htw-border-gray-100 dark:htw-border-gray-800': !isActive,
'htw-border-primary-200 dark:htw-border-primary-900': isActive,
}"
@click.stop.prevent="selectVariant()"
@click.stop="selectVariant()"
@keyup="selectVariant()"
>
<GenericRenderStory
Expand Down

0 comments on commit 8ca882b

Please sign in to comment.