This commit is contained in:
Andrew Henry 2019-02-15 16:52:05 -08:00 committed by Pegah Sarram
parent 853764d863
commit 1c77ef142c

View File

@ -248,7 +248,7 @@
} else {
let identifier = this.openmct.objects.makeKeyString(domainObject.identifier);
if (!this.containsObject(identifier)) {
if (!this.objectViewMap[identifier]) {
this.addItem('subobject-view', domainObject, droppedObjectPosition);
} else {
let prompt = this.openmct.overlays.dialog({