Skip to content

Commit

Permalink
feat: 支持滚动到当前选择的日期
Browse files Browse the repository at this point in the history
  • Loading branch information
rayhomie committed Apr 8, 2024
1 parent f29d923 commit 3b58eb9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions compiled/alipay/src/Calendar/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -233,4 +233,5 @@ mountComponent<ICalendarProps>(Calendar, {
weekStartsOn: 'Sunday',
localeText: defaultLocaleText,
onFormatter: null,
changedScrollIntoView: null,
});
1 change: 1 addition & 0 deletions compiled/wechat/src/Calendar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,4 +203,5 @@ mountComponent(Calendar, {
weekStartsOn: 'Sunday',
localeText: defaultLocaleText,
onFormatter: null,
changedScrollIntoView: null,
});
1 change: 1 addition & 0 deletions src/Calendar/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -233,4 +233,5 @@ mountComponent<ICalendarProps>(Calendar, {
weekStartsOn: 'Sunday',
localeText: defaultLocaleText,
onFormatter: null,
changedScrollIntoView: null,
});

0 comments on commit 3b58eb9

Please sign in to comment.