mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-28 11:44:44 +08:00
LinkedTo not shown by default, node name fixed
This commit is contained in:
@@ -41,6 +41,10 @@ export default class NodeElement extends ISelectableDraggableElement {
|
||||
return this.entity.getFullName()
|
||||
}
|
||||
|
||||
getNodeDisplayName() {
|
||||
return this.entity.getDisplayName()
|
||||
}
|
||||
|
||||
sanitizeLinks() {
|
||||
this.getPinElements().forEach(pin => pin.sanitizeLinks())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user