Prevent multiple modals from appearing unintentionally
This commit is contained in:
parent
f5abd1de64
commit
31ffbe8f14
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
||||||
<div
|
<div
|
||||||
v-tooltip.auto="popularity_tooltip"
|
v-tooltip.auto="popularity_tooltip"
|
||||||
class="popularity corner"
|
class="popularity corner"
|
||||||
@click.self="show_pop_modal = true"
|
@click.self.stop="show_pop_modal = true"
|
||||||
>
|
>
|
||||||
{{ item.popularity }}
|
{{ item.popularity }}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue