Revert string keys

This commit is contained in:
barsdeveloper
2023-04-01 19:51:18 +02:00
parent bddd20fd6a
commit c379ea27f9
4 changed files with 4698 additions and 4698 deletions

View File

@@ -125,7 +125,7 @@ export default class NodeTemplate extends ISelectableDraggableTemplate {
.filter(v => !v.isHidden())
.map(pinEntity => {
this.hasSubtitle = this.hasSubtitle
|| pinEntity["PinName"] === "self" && pinEntity.getDisplayName() === "Target"
|| pinEntity.PinName === "self" && pinEntity.getDisplayName() === "Target"
let pinElement = /** @type {PinElementConstructor} */(ElementFactory.getConstructor("ueb-pin"))
.newObject(pinEntity, undefined, this.element)
return pinElement