fix: 🐛 fix tapping parent on mobile causing side effects

This commit is contained in:
ThatOneCalculator 2023-06-29 18:05:27 -07:00
parent 97e74198ff
commit 3e36531afd
No known key found for this signature in database
GPG Key ID: 8703CACD01000000
1 changed files with 1 additions and 1 deletions

View File

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