mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-05 15:40:10 +00:00
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:
@@ -229,6 +229,8 @@ export class LinkConnector {
|
||||
this.renderLinks.push(renderLink)
|
||||
|
||||
this.state.connectingTo = "input"
|
||||
|
||||
this.#setLegacyLinks(false)
|
||||
}
|
||||
|
||||
dragFromLinkSegment(network: LinkNetwork, linkSegment: LinkSegment): void {
|
||||
|
||||
Reference in New Issue
Block a user