mirror of
https://github.com/nasa/openmct.git
synced 2025-06-13 20:58:15 +00:00
[Time Conductor] Don't emit view event
Don't emit an event when plot is instantiated; this is no longer needed, as time conductor broadcasts its bounds whenever views change.
This commit is contained in:
@ -245,9 +245,6 @@ define(
|
|||||||
|
|
||||||
// Unsubscribe when the plot is destroyed
|
// Unsubscribe when the plot is destroyed
|
||||||
$scope.$on("$destroy", releaseSubscription);
|
$scope.$on("$destroy", releaseSubscription);
|
||||||
|
|
||||||
// Notify any external observers that a new telemetry view is here
|
|
||||||
$scope.$emit("telemetry:view");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user