mirror of
https://github.com/nasa/openmct.git
synced 2025-05-08 11:38:35 +00:00
[Tree] Update labels on mutation
This commit is contained in:
parent
7ee8d0a3f7
commit
4a8222a152
@ -66,7 +66,7 @@ define([
|
|||||||
|
|
||||||
if (domainObject) {
|
if (domainObject) {
|
||||||
this.unlisten = domainObject.getCapability('mutation')
|
this.unlisten = domainObject.getCapability('mutation')
|
||||||
.listen(this.updateView.bind(this));
|
.listen(this.updateView.bind(this, domainObject));
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user