Skip to content

Commit

Permalink
Stop click event on input
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianallgeier committed Dec 7, 2024
1 parent ebad25e commit 6b62593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panel/src/components/Collection/Item.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
v-bind="button"
/>

<label v-if="selectable" class="k-item-options-checkbox">
<label v-if="selectable" class="k-item-options-checkbox" @click.stop>
<input
ref="selector"
type="checkbox"
Expand Down

0 comments on commit 6b62593

Please sign in to comment.