Skip to content

Commit

Permalink
fix: remove touchstart event (#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
mengxiong10 committed May 27, 2020
1 parent fb8a79f commit b6b770d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/date-picker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b6b770d

Please sign in to comment.