Merge branch 'conditionals-refactor' into dave/provide-conditions-telemetry

This commit is contained in:
David Tsay 2020-02-26 15:15:22 -08:00
commit fc53e855c4

View File

@ -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();