mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-18 03:27:32 +08:00
Create knot on link double click
This commit is contained in:
@@ -298,7 +298,7 @@ export default class Blueprint extends IElement {
|
||||
return [... this.nodes
|
||||
.find(n => pinReference.objectName.toString() == n.getNodeName())
|
||||
?.getPinElements() ?? []]
|
||||
.find(p => pinReference.pinGuid.toString() == p.GetPinIdValue())
|
||||
.find(p => pinReference.pinGuid.toString() == p.getPinId().toString())
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user