File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
web/js/containers/timeline Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -619,8 +619,10 @@ class Timeline extends React.Component {
619619 } = this . props ;
620620
621621 let delta = customSelected && deltaChangeAmt ? deltaChangeAmt : 1 ;
622+ let timescale = timeScaleChangeUnit ;
622623 if ( autoSelected && subDailyLayersList && subDailyLayersList . length ) {
623624 delta = getNextImageryDelta ( subDailyLayersList , dateA , signConstant ) ;
625+ timescale = 'minute' ;
624626 }
625627 if ( ! timeScaleChangeUnit ) { // undefined custom will not allow arrow change
626628 return ;
@@ -632,7 +634,7 @@ class Timeline extends React.Component {
632634 const maxDate = new Date ( timelineEndDateLimit ) ;
633635 this . onDateChange ( getNextTimeSelection (
634636 delta ,
635- timeScaleChangeUnit ,
637+ timescale ,
636638 selectedDate ,
637639 minDate ,
638640 maxDate ,
You can’t perform that action at this time.
0 commit comments