diff --git a/src/plugins/condition/components/ConditionCollection.vue b/src/plugins/condition/components/ConditionCollection.vue index 1c1c509498..c4369f587a 100644 --- a/src/plugins/condition/components/ConditionCollection.vue +++ b/src/plugins/condition/components/ConditionCollection.vue @@ -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();