fix(SwipeCell): cell should stopPropagation when lockClick is true (#10319)

This commit is contained in:
nemo-shen 2022-02-23 23:09:05 +08:00 committed by GitHub
parent 2d67eb6650
commit 096a6f65b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}