From b202bafeefde5a9a61e6cc0049774a496334d771 Mon Sep 17 00:00:00 2001 From: yangbai Date: Sun, 4 Feb 2024 10:25:09 +0800 Subject: [PATCH] =?UTF-8?q?fix(pull-down-refresh):=20scroll-view=E5=BF=AB?= =?UTF-8?q?=E9=80=9F=E6=BB=9A=E5=8A=A8scrollTop=E4=B8=8D=E5=87=86=E7=A1=AE?= =?UTF-8?q?=20(#2472)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pull-down-refresh/pull-down-refresh.wxml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pull-down-refresh/pull-down-refresh.wxml b/src/pull-down-refresh/pull-down-refresh.wxml index 1a80d69f6..99ab29312 100644 --- a/src/pull-down-refresh/pull-down-refresh.wxml +++ b/src/pull-down-refresh/pull-down-refresh.wxml @@ -20,6 +20,7 @@ bind:scroll="onScroll" bindscrolltoupper="onScrollToTop" bindscrolltolower="onScrollToBottom" + throttle="{{false}}" >