mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-06 10:47:30 +08:00
Text edit input behavior fixed
This commit is contained in:
@@ -87,7 +87,7 @@ export default class MouseCreateLink extends IMouseClickDrag {
|
||||
pin.removeEventListener("mouseenter", this.#mouseenterHandler)
|
||||
pin.removeEventListener("mouseleave", this.#mouseleaveHandler)
|
||||
})
|
||||
if (this.enteredPin) {
|
||||
if (this.enteredPin && this.linkValid) {
|
||||
this.blueprint.addGraphElement(this.link)
|
||||
this.link.destinationPin = this.enteredPin
|
||||
this.link.setLinkMessage(null)
|
||||
|
||||
Reference in New Issue
Block a user