Smaller names refactoring

This commit is contained in:
barsdeveloper
2023-05-07 14:44:20 +02:00
parent 6307d11e89
commit 64baa42049
4 changed files with 3 additions and 3 deletions

View File

@@ -126,7 +126,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.pinDisplayName() === "Target"
let pinElement = /** @type {PinElementConstructor} */(ElementFactory.getConstructor("ueb-pin"))
.newObject(pinEntity, undefined, this.element)
return pinElement