0
0
Fork 0

Prevent multiple modals from appearing unintentionally

This commit is contained in:
Oliver-Akins 2020-08-20 17:56:53 -06:00
parent f5abd1de64
commit 31ffbe8f14

View file

@ -24,7 +24,7 @@
<div
v-tooltip.auto="popularity_tooltip"
class="popularity corner"
@click.self="show_pop_modal = true"
@click.self.stop="show_pop_modal = true"
>
{{ item.popularity }}
</div>