mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 09:24:25 +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
|
||||
ref={root}
|
||||
class={bem()}
|
||||
onClick={getClickHandler('cell')}
|
||||
onClick={getClickHandler('cell', lockClick)}
|
||||
onTouchstart={onTouchStart}
|
||||
onTouchmove={onTouchMove}
|
||||
onTouchend={onTouchEnd}
|
||||
|
Reference in New Issue
Block a user