Commit 8bef3364539dd96870543bd72e7374b1042d2aa2
Committed by
GitHub
1 parent
6c926d0a
remove Dropdown touch event
unnecessary
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
src/components/dropdown/dropdown.vue
... | ... | @@ -2,7 +2,6 @@ |
2 | 2 | <div |
3 | 3 | :class="[prefixCls]" |
4 | 4 | v-click-outside="onClickoutside" |
5 | - v-click-outside:touchstart="onClickoutside" | |
6 | 5 | @mouseenter="handleMouseenter" |
7 | 6 | @mouseleave="handleMouseleave"> |
8 | 7 | <div :class="relClasses" ref="reference" @click="handleClick" @contextmenu.prevent="handleRightClick"><slot></slot></div> | ... | ... |