Skip to content

Commit

Permalink
fix: 删除 disable-touch
Browse files Browse the repository at this point in the history
  • Loading branch information
DiamondYuan committed Jan 17, 2024
1 parent 970757a commit 3e54f00
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion compiled/alipay/src/GuideTour/index.axml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
current="{{ mixin.value }}"
adjust-height="none"
style="height: 100vh"
disable-touch="{{ true }}"
onChange="onSwiperChange">
<block
a:for="{{ items }}"
Expand Down
1 change: 0 additions & 1 deletion src/GuideTour/index.axml.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ export default (
current={mixin.value}
adjust-height="none"
style="height: 100vh"
disable-touch={true}
onChange="onSwiperChange"
>
{items.map((item) => (
Expand Down

0 comments on commit 3e54f00

Please sign in to comment.