mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 17:51:54 +00:00
fix(SwipeCell): cell should stopPropagation when lockClick is true (#10319)
This commit is contained in:
@@ -219,7 +219,7 @@ export default defineComponent({
|
|||||||
<div
|
<div
|
||||||
ref={root}
|
ref={root}
|
||||||
class={bem()}
|
class={bem()}
|
||||||
onClick={getClickHandler('cell')}
|
onClick={getClickHandler('cell', lockClick)}
|
||||||
onTouchstart={onTouchStart}
|
onTouchstart={onTouchStart}
|
||||||
onTouchmove={onTouchMove}
|
onTouchmove={onTouchMove}
|
||||||
onTouchend={onTouchEnd}
|
onTouchend={onTouchEnd}
|
||||||
|
Reference in New Issue
Block a user