Added editing support to the View API (#2279)
* Added edit to view API * Fixed listener deregistration bug
This commit is contained in:
committed by
Pegah Sarram
parent
d0ab59f9da
commit
853764d863
@@ -84,7 +84,7 @@
|
||||
mounted() {
|
||||
let viewProvider = this.openmct.objectViews.get(this.domainObject)[0];
|
||||
this.view = viewProvider.view(this.domainObject);
|
||||
this.view.show(this.$refs.objectView);
|
||||
this.view.show(this.$refs.objectView, false);
|
||||
},
|
||||
destroy() {
|
||||
this.view.destroy();
|
||||
|
||||
Reference in New Issue
Block a user