Stop click propogation for events
This commit is contained in:
parent
31ffbe8f14
commit
dbb1c64847
7 changed files with 7 additions and 7 deletions
|
|
@ -3,7 +3,7 @@
|
|||
<div
|
||||
v-if="container"
|
||||
class="modal-container"
|
||||
@click.self="content = false"
|
||||
@click.self.stop="content = false"
|
||||
>
|
||||
<transition name="burst" @after-leave="$emit('close')">
|
||||
<div v-if="content" class="modal">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue