From 6d4f50d645724151de53108d9be6fa86157a67bc Mon Sep 17 00:00:00 2001 From: DCloud_LXH <283700113@qq.com> Date: Fri, 29 Oct 2021 17:54:49 +0800 Subject: [PATCH] =?UTF-8?q?fix(h5):=20picker-view=20=E6=BB=91=E5=8A=A8?= =?UTF-8?q?=E6=97=B6=EF=BC=8C=E4=B8=8D=E8=A7=A6=E5=8F=91=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E5=88=B7=E6=96=B0=20question/113718?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/view/components/picker-view-column/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/view/components/picker-view-column/index.vue b/src/core/view/components/picker-view-column/index.vue index e3bd5cc45..8d78b591e 100644 --- a/src/core/view/components/picker-view-column/index.vue +++ b/src/core/view/components/picker-view-column/index.vue @@ -122,6 +122,7 @@ export default { break case 'move': this._handleTouchMove(e) + e.stopPropagation() break case 'end': case 'cancel': -- GitLab