mirror of
https://github.com/nasa/openmct.git
synced 2025-04-19 08:36:24 +00:00
Destroy condition manager when the ConditionSet vue is destroyed
This commit is contained in:
parent
78cf75323f
commit
3109c8d825
@ -110,6 +110,7 @@ export default {
|
||||
this.composition.off('remove', this.removeTelemetryObject);
|
||||
if(this.conditionManager) {
|
||||
this.conditionManager.off('conditionSetResultUpdated', this.handleOutputUpdated);
|
||||
this.conditionManager.destroy();
|
||||
}
|
||||
if (typeof this.stopObservingForChanges === 'function') {
|
||||
this.stopObservingForChanges();
|
||||
|
Loading…
x
Reference in New Issue
Block a user