mirror of
https://github.com/tenrok/vue2-datepicker.git
synced 2026-06-08 19:32:44 +03:00
fix: remove touchstart event (#469)
This commit is contained in:
+1
-6
@@ -7,12 +7,7 @@
|
||||
disabled: disabled,
|
||||
}"
|
||||
>
|
||||
<div
|
||||
v-if="!inline"
|
||||
:class="`${prefixClass}-input-wrapper`"
|
||||
@mousedown="openPopup"
|
||||
@touchstart="openPopup"
|
||||
>
|
||||
<div v-if="!inline" :class="`${prefixClass}-input-wrapper`" @mousedown="openPopup">
|
||||
<slot name="input">
|
||||
<input
|
||||
ref="input"
|
||||
|
||||
Reference in New Issue
Block a user