mirror of
https://github.com/nasa/openmct.git
synced 2025-02-07 11:30:28 +00:00
Revert object duplication check from https://github.com/nasa/openmct/pull/2287/ (#2294)
This commit is contained in:
parent
853764d863
commit
1c77ef142c
@ -248,7 +248,7 @@
|
|||||||
} else {
|
} else {
|
||||||
let identifier = this.openmct.objects.makeKeyString(domainObject.identifier);
|
let identifier = this.openmct.objects.makeKeyString(domainObject.identifier);
|
||||||
|
|
||||||
if (!this.containsObject(identifier)) {
|
if (!this.objectViewMap[identifier]) {
|
||||||
this.addItem('subobject-view', domainObject, droppedObjectPosition);
|
this.addItem('subobject-view', domainObject, droppedObjectPosition);
|
||||||
} else {
|
} else {
|
||||||
let prompt = this.openmct.overlays.dialog({
|
let prompt = this.openmct.overlays.dialog({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user