Skip to content

Commit

Permalink
Merge pull request #1598 from wg5945/1596
Browse files Browse the repository at this point in the history
PopupPicker:popup-picker-header add touchmove.prevent event #1596
  • Loading branch information
wg5946 authored Jun 21, 2017
2 parents f56b26b + df2bbf8 commit 2b3251e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/popup-picker/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
@on-hide="onPopupHide"
@on-show="onPopupShow">
<div class="vux-popup-picker-container">
<div class="vux-popup-picker-header">
<div class="vux-popup-picker-header" @touchmove.prevent>
<flexbox>
<flexbox-item class="vux-popup-picker-header-menu vux-popup-picker-cancel" @click.native="onHide(false)">{{ cancelText || $t('cancel_text') }}</flexbox-item>
<flexbox-item class="vux-popup-picker-header-menu vux-popup-picker-header-menu-right" @click.native="onHide(true)">{{ confirmText || $t('confirm_text') }}</flexbox-item>
Expand Down
5 changes: 5 additions & 0 deletions src/components/popup-picker/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ events:
en: emits when popup is closed
zh-CN: 弹窗关闭时触发
changes:
next:
en:
- '[fix] popup-picker-header add touchmove.prevent event #1596'
zh-CN:
- '[fix] popup-picker头部区域屏蔽滑动事件 #1596'
v2.3.8:
en:
- '[fix] Fix placeholder missing on iOS9 and iOS8 #1293'
Expand Down

0 comments on commit 2b3251e

Please sign in to comment.