mirror of
https://github.com/nasa/openmct.git
synced 2025-06-22 17:08:57 +00:00
Reset selection on cancel (#2363)
This commit is contained in:
committed by
Deep Tailor
parent
40d54df567
commit
b659f205f7
@ -121,7 +121,7 @@ const PLACEHOLDER_OBJECT = {};
|
|||||||
callback: () => {
|
callback: () => {
|
||||||
this.openmct.editor.cancel().then(() => {
|
this.openmct.editor.cancel().then(() => {
|
||||||
//refresh object view
|
//refresh object view
|
||||||
this.openmct.layout.$refs.browseObject.show(this.domainObject, this.viewKey, false);
|
this.openmct.layout.$refs.browseObject.show(this.domainObject, this.viewKey, true);
|
||||||
});
|
});
|
||||||
dialog.dismiss();
|
dialog.dismiss();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user