Skip to content

Commit 5885b4e

Browse files
committed
fix: 修复配置scroll-into-view不生效问题
#2387
1 parent 131316e commit 5885b4e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/pull-down-refresh/pull-down-refresh.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ export default class PullDownRefresh extends SuperComponent {
2626

2727
externalClasses = [`${prefix}-class`, `${prefix}-class-loading`, `${prefix}-class-text`, `${prefix}-class-indicator`];
2828

29+
behaviors = ['wx://proxy-scroll-view'];
30+
2931
options = {
3032
multipleSlots: true,
3133
pureDataPattern: /^_/,

0 commit comments

Comments
 (0)