Skip to content
This repository has been archived by the owner on Dec 6, 2021. It is now read-only.

Commit

Permalink
fix(action-sheet): should stop propagation of touchmove
Browse files Browse the repository at this point in the history
  • Loading branch information
b2nil committed May 12, 2021
1 parent 38464a3 commit 05d3565
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/action-sheet/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ const AtActionSheet = defineComponent({
return () => (
h(View, mergeProps(attrs, {
class: rootClasses.value,
catchMove: true,
onTouchmove: handleTouchMove
}), {
default: () => [
Expand Down

0 comments on commit 05d3565

Please sign in to comment.