mirror of
https://github.com/nasa/openmct.git
synced 2025-06-15 13:48:12 +00:00
[Plot] Follow time conductor more smoothly
WTD-1515
This commit is contained in:
@ -182,7 +182,7 @@ define(
|
|||||||
this.scheduleUpdate = throttle(function () {
|
this.scheduleUpdate = throttle(function () {
|
||||||
self.modeOptions.getModeHandler().getSubPlots()
|
self.modeOptions.getModeHandler().getSubPlots()
|
||||||
.forEach(updateSubplot);
|
.forEach(updateSubplot);
|
||||||
}, 50);
|
});
|
||||||
|
|
||||||
// Subscribe to telemetry when a domain object becomes available
|
// Subscribe to telemetry when a domain object becomes available
|
||||||
$scope.$watch('domainObject', subscribe);
|
$scope.$watch('domainObject', subscribe);
|
||||||
|
@ -308,8 +308,6 @@ define(
|
|||||||
// Suppress follow behavior if we have windowed in on the past
|
// Suppress follow behavior if we have windowed in on the past
|
||||||
this.hasSpecificDomainBounds = true;
|
this.hasSpecificDomainBounds = true;
|
||||||
this.following = end >= this.domainExtrema[1];
|
this.following = end >= this.domainExtrema[1];
|
||||||
|
|
||||||
this.updateBounds();
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user