This commit is contained in:
tamaina 2023-07-31 09:12:55 +00:00
parent c65c181b68
commit 869f4e4138
1 changed files with 1 additions and 1 deletions

View File

@ -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>