mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-21 06:05:45 +08:00
Various fixes and refactoring
This commit is contained in:
@@ -89,7 +89,7 @@ export default class MouseCreateLink extends IMouseClickDrag {
|
||||
})
|
||||
if (this.enteredPin) {
|
||||
this.blueprint.addGraphElement(this.link)
|
||||
this.link.setDestinationPin(this.enteredPin)
|
||||
this.link.destinationPin = this.enteredPin
|
||||
this.link.setLinkMessage(null)
|
||||
this.link.finishDragging()
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user