mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-04 08:50:33 +08:00
Make template stateful
This commit is contained in:
@@ -279,10 +279,10 @@ export default class Blueprint extends IElement {
|
||||
|
||||
/** @param {PinReferenceEntity} pinReference */
|
||||
getPin(pinReference) {
|
||||
/*let result = this.template.getPin(this, pinReference)
|
||||
let result = this.template.getPin(this, pinReference)
|
||||
if (result) {
|
||||
return result
|
||||
}*/
|
||||
}
|
||||
return [... this.nodes
|
||||
//.filter(n => !n.parentNode)
|
||||
.find(n => pinReference.objectName.toString() == n.getNodeName())
|
||||
|
||||
Reference in New Issue
Block a user