Calendar: scroll to 8am when opening week and day views.

Fixes #40.
master
Tom Hacohen 2019-03-15 13:40:16 +00:00
parent 4b09b9832a
commit 49273fbc6f
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ class Calendar extends React.PureComponent<PropsType> {
<div style={{width: '100%', height: 'calc(100vh - 230px)', minHeight: 500}}>
<BigCalendar
defaultDate={new Date()}
scrollToTime={new Date(1970, 1, 1, 8)}
localizer={calendarLocalizer}
events={entries}
selectable