Fix new link from reroute to canvas does nothing (#779)

Resolves regression - now performs the same action as dropping a link
from an output to canvas.
This commit is contained in:
filtered
2025-03-14 11:17:44 +11:00
committed by GitHub
parent 9315a8810e
commit bb822e999f

View File

@@ -229,6 +229,8 @@ export class LinkConnector {
this.renderLinks.push(renderLink)
this.state.connectingTo = "input"
this.#setLegacyLinks(false)
}
dragFromLinkSegment(network: LinkNetwork, linkSegment: LinkSegment): void {