Skip to content

Commit

Permalink
stop
Browse files Browse the repository at this point in the history
  • Loading branch information
tamaina committed Jul 31, 2023
1 parent c65c181 commit 869f4e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/components/MkSwitch.button.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ SPDX-License-Identifier: AGPL-3.0-only
[$style.buttonDisabled]: props.disabled
}"
data-cy-switch-toggle
@click.prevent="toggle"
@click.prevent.stop="toggle"
>
<div :class="{ [$style.knob]: true, [$style.knobChecked]: checked }"></div>
</span>
Expand Down

0 comments on commit 869f4e4

Please sign in to comment.