mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-25 06:41:36 -07:00
fix: 🐛 fix tapping parent on mobile causing side effects
This commit is contained in:
parent
9996c69c06
commit
c978fd9faf
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@
|
|||
class="_button item parent"
|
||||
:class="{ childShowing: childShowingItem === item }"
|
||||
@mouseenter="showChildren(item, $event)"
|
||||
@click="showChildren(item, $event)"
|
||||
@click.stop="showChildren(item, $event)"
|
||||
>
|
||||
<i
|
||||
v-if="item.icon"
|
||||
|
|
Loading…
Reference in a new issue