mirror of
https://github.com/nasa/openmct.git
synced 2025-06-22 17:08:57 +00:00
Merge branch 'open615' into open889
Merge in work-in-progress for WTD-615 (Fixed Position View) into topic branch for WTD-889 (a sub-issue of WTD-615, which has been broken down into discrete chunks to support development. Conflicts: platform/telemetry/src/TelemetrySubscription.js
This commit is contained in:
@ -74,7 +74,10 @@ define(
|
||||
// Play back from queue if we are lossless
|
||||
while (!pool.isEmpty()) {
|
||||
updateValuesFromPool();
|
||||
callback();
|
||||
// Fire callback, if one was provided
|
||||
if (callback) {
|
||||
callback();
|
||||
}
|
||||
}
|
||||
|
||||
// Clear the pending flag so that future updates will
|
||||
|
Reference in New Issue
Block a user