fix: 🐛 fix tapping parent on mobile causing side effects
This commit is contained in:
parent
97e74198ff
commit
3e36531afd
@ -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 New Issue
Block a user