Skip to content

Commit

Permalink
fix(Fab): resolve scroll over throught (#2553)
Browse files Browse the repository at this point in the history
  • Loading branch information
anlyyao authored Jan 15, 2024
1 parent 70f335e commit 916c89a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/fab/draggable/draggable.wxml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<view
class="{{classPrefix}} class {{prefix}}-class"
style="{{_._style([style, customStyle])}}"
bind:touchstart="onTouchStart"
bind:touchmove="onTouchMove"
bind:touchend="onTouchEnd"
catchtouchstart="onTouchStart"
catchtouchmove="onTouchMove"
catchtouchend="onTouchEnd"
>
<slot></slot>
</view>

0 comments on commit 916c89a

Please sign in to comment.