0
0
Fork 0

Stop click propogation for events

This commit is contained in:
Oliver-Akins 2020-08-20 18:09:56 -06:00
parent 31ffbe8f14
commit dbb1c64847
7 changed files with 7 additions and 7 deletions

View file

@ -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">