mirror of
https://github.com/nasa/openmct.git
synced 2025-02-18 16:40:58 +00:00
Reset selection on cancel (#2363)
This commit is contained in:
parent
40d54df567
commit
b659f205f7
@ -121,7 +121,7 @@ const PLACEHOLDER_OBJECT = {};
|
||||
callback: () => {
|
||||
this.openmct.editor.cancel().then(() => {
|
||||
//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();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user