mirror of
https://github.com/nasa/openmct.git
synced 2024-12-20 05:37:53 +00:00
[Time Conductor] Don't broadcast on telemetry:view
Instead, use delay from throttling initial bounds broadcast to avoid broadcasting bounds prematurely.
This commit is contained in:
parent
e4a14b7603
commit
f7f6b8d612
@ -140,8 +140,6 @@ define(
|
||||
.$watch('ngModel.conductor.inner.end', updateConductorInner);
|
||||
conductorScope
|
||||
.$watch('ngModel.domain', updateDomain);
|
||||
|
||||
repScope.$on('telemetry:view', broadcastBounds);
|
||||
};
|
||||
|
||||
ConductorRepresenter.prototype.conductorScope = function (s) {
|
||||
|
Loading…
Reference in New Issue
Block a user