Skip to content

Commit 836deb0

Browse files
committed
fix: mobile #111
1 parent c500513 commit 836deb0

File tree

5 files changed

+4
-7
lines changed

5 files changed

+4
-7
lines changed

dist/VueFinalModal.esm.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/VueFinalModal.esm.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/VueFinalModal.umd.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/VueFinalModal.umd.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/VueFinalModal.vue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,14 @@
4141
aria-modal="true"
4242
tabindex="-1"
4343
@mouseup.self="onMouseupContainer"
44-
@touchend.self="onMouseupContainer"
4544
@mousedown.self="onMousedown"
46-
@touchstart.self="onMousedown"
4745
>
4846
<div
4947
ref="vfmContent"
5048
class="vfm__content"
5149
:class="[contentClass, { 'vfm--prevent-auto': preventClick }]"
5250
:style="bindContentStyle"
5351
@mousedown="onMousedown(null)"
54-
@touchstart="onMousedown(null)"
5552
>
5653
<slot :params="params" :close="() => $emit('input', false)" />
5754
<div

0 commit comments

Comments
 (0)