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="_button item parent"
|
||||||
:class="{ childShowing: childShowingItem === item }"
|
:class="{ childShowing: childShowingItem === item }"
|
||||||
@mouseenter="showChildren(item, $event)"
|
@mouseenter="showChildren(item, $event)"
|
||||||
@click="showChildren(item, $event)"
|
@click.stop="showChildren(item, $event)"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
v-if="item.icon"
|
v-if="item.icon"
|
||||||
|
|
Loading…
Reference in New Issue