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 b223a61 commit ac945b7Copy full SHA for ac945b7
src/DayColumn.js
@@ -63,7 +63,8 @@ class DayColumn extends React.Component {
63
}
64
} else if (
65
this.props.isNow &&
66
- !dates.eq(prevProps.min, this.props.min, 'minutes')
+ (!dates.eq(prevProps.min, this.props.min, 'minutes') ||
67
+ !dates.eq(prevProps.max, this.props.max, 'minutes'))
68
) {
69
this.positionTimeIndicator()
70
0 commit comments