Skip to content

Commit

Permalink
fix: 修复image-viewer组件滚动穿透的bug (#3146)
Browse files Browse the repository at this point in the history
Co-authored-by: dadtakesmefly <[email protected]>
  • Loading branch information
dadtakesmefly and dadtakesmefly authored Sep 14, 2024
1 parent f365e67 commit 83ef970
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/image-viewer/image-viewer.wxml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
aria-modal="{{true}}"
aria-role="dialog"
aria-label="图片查看器"
catchtouchmove="true"
>
<view
class="{{classPrefix}}__mask"
Expand Down

0 comments on commit 83ef970

Please sign in to comment.