mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-27 02:34:45 +08:00
New node types and smaller fixes
This commit is contained in:
@@ -16,6 +16,6 @@ export default class ExecPinTemplate extends PinTemplate {
|
||||
} else if (pinName === "execute" || pinName === "then") {
|
||||
return html``
|
||||
}
|
||||
return html`${Utility.formatStringName(pinName)}`
|
||||
return html`${this.element.getPinDisplayName()}`
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user