mirror of
https://github.com/nasa/openmct.git
synced 2025-06-18 15:18:12 +00:00
[Plot] Initially establish bounds
Initially establish domain bounds with time controller, WTD-1515
This commit is contained in:
@ -307,7 +307,8 @@ define(
|
||||
|
||||
// Suppress follow behavior if we have windowed in on the past
|
||||
this.hasSpecificDomainBounds = true;
|
||||
this.following = end >= this.domainExtrema[1];
|
||||
this.following =
|
||||
!this.domainExtrema || (end >= this.domainExtrema[1]);
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user