Reset selection on cancel (#2363)

This commit is contained in:
Andrew Henry
2019-04-09 10:23:53 -07:00
committed by Deep Tailor
parent 40d54df567
commit b659f205f7

View File

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