Node addition renaming

This commit is contained in:
barsdeveloper
2022-04-09 18:43:35 +02:00
parent be2db55dce
commit 295e1d3120
4 changed files with 62 additions and 28 deletions

View File

@@ -63,6 +63,7 @@ export default class NodeElement extends ISelectableDraggableElement {
}
}
this.entity.Name = name
this.template.applyRename(this)
}
getPinElements() {