mirror of
https://github.com/nasa/openmct.git
synced 2025-01-31 16:36:13 +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 {
|
||||
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({
|
||||
|
Loading…
x
Reference in New Issue
Block a user