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 d123708 commit 6a4022fCopy full SHA for 6a4022f
src/calendar-list/index.js
@@ -181,7 +181,7 @@ class CalendarList extends Component {
181
keyExtractor={(item, index) => index}
182
initialScrollIndex={this.state.openDate ? this.getMonthIndex(this.state.openDate) : false}
183
getItemLayout={this.getItemLayout}
184
- scrollsToTop={this.props.scrollsToTop !== undefined ? this.props.scrollsToTop : true}
+ scrollsToTop={this.props.scrollsToTop !== undefined ? this.props.scrollsToTop : false}
185
/>
186
);
187
}
0 commit comments