mirror of
https://github.com/nasa/openmct.git
synced 2025-04-16 07:26:53 +00:00
[Time Conductor] Fix logic around end times
Fix logic for updating end times after refactoring to clarify variable/property naming, WTD-1515
This commit is contained in:
parent
8d209f4d19
commit
2229e868ce
@ -186,7 +186,7 @@ define(
|
||||
ngModel.inner.start =
|
||||
Math.max(ngModel.outer.start, ngModel.inner.start);
|
||||
ngModel.inner.end =
|
||||
Math.max(ngModel.outer.end, ngModel.inner.end);
|
||||
Math.max(ngModel.outer.start, ngModel.inner.end);
|
||||
updateViewForInnerSpanFromModel(ngModel);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user