Skip to content

Commit f15022a

Browse files
committed
fix: #111 proper working fix
1 parent 1d47ff6 commit f15022a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/VueFinalModal.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,13 @@
4040
role="dialog"
4141
aria-modal="true"
4242
tabindex="-1"
43-
@click.self="onClickContainer"
43+
@mousedown.self="onClickContainer"
4444
>
4545
<div
4646
ref="vfmContent"
4747
class="vfm__content"
4848
:class="[contentClass, { 'vfm--prevent-auto': preventClick }]"
4949
:style="bindContentStyle"
50-
@click.stop
5150
>
5251
<slot :params="params" :close="() => $emit('input', false)" />
5352
<div

0 commit comments

Comments
 (0)