Merge branch 'list-tog' into noman

This commit is contained in:
tamaina 2023-07-31 09:13:24 +00:00
commit 20e84838b9
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 [$style.buttonDisabled]: props.disabled
}" }"
data-cy-switch-toggle data-cy-switch-toggle
@click.prevent="toggle" @click.prevent.stop="toggle"
> >
<div :class="{ [$style.knob]: true, [$style.knobChecked]: checked }"></div> <div :class="{ [$style.knob]: true, [$style.knobChecked]: checked }"></div>
</span> </span>