Skip to content

Commit 1d47ff6

Browse files
authored
fix: #111
I believe this should fix #111 but I did not test it yet. Just an idea! Feel free to close : )
1 parent 3511740 commit 1d47ff6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/VueFinalModal.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
class="vfm__content"
4848
:class="[contentClass, { 'vfm--prevent-auto': preventClick }]"
4949
:style="bindContentStyle"
50+
@click.stop
5051
>
5152
<slot :params="params" :close="() => $emit('input', false)" />
5253
<div

0 commit comments

Comments
 (0)