We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 885b191 commit faae496Copy full SHA for faae496
src/components/Calendar.js
@@ -113,7 +113,7 @@ class Calendar extends PureComponent {
113
componentDidMount() {
114
if (this.props.scroll.enabled) {
115
// prevent react-list's initial render focus problem
116
- setTimeout(this.updateShownDate, 1);
+ setTimeout(() => this.focusToDate(this.state.focusedDate), 1);
117
}
118
119
componentWillReceiveProps(nextProps) {
0 commit comments