1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-19 21:45:31 +02:00

enhance(frontend): 子メニュー表示時のガードがradioでも効くように

This commit is contained in:
syuilo
2026-04-27 08:42:12 +09:00
committed by GitHub
parent 0f5da63328
commit b28338c812

View File

@@ -132,6 +132,7 @@ SPDX-License-Identifier: AGPL-3.0-only
:class="['_button', $style.item, $style.parent, { [$style.active]: childShowingItem === item }]"
:disabled="unref(item.disabled)"
@mouseenter.prevent="preferClick ? null : showRadioOptions(item, $event)"
@mousemove="parentMouseMove"
@keydown.enter.prevent="preferClick ? null : showRadioOptions(item, $event)"
@click.prevent="!preferClick ? null : showRadioOptions(item, $event)"
>