Skip to content

Commit

Permalink
fix(pull-down-refresh): scroll-view快速滚动scrollTop不准确 (#2472)
Browse files Browse the repository at this point in the history
  • Loading branch information
yangbai1991 authored Feb 4, 2024
1 parent c5c335f commit b202baf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pull-down-refresh/pull-down-refresh.wxml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
bind:scroll="onScroll"
bindscrolltoupper="onScrollToTop"
bindscrolltolower="onScrollToBottom"
throttle="{{false}}"
>
<view
class="{{classPrefix}}__track {{classPrefix + '__track--' + (loosing ? 'loosing' : '')}}"
Expand Down

0 comments on commit b202baf

Please sign in to comment.