mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix(SwipeCell): cell should stopPropagation when lockClick is true (#10319)
This commit is contained in:
parent
2d67eb6650
commit
096a6f65b3
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user