mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-23 15:59:47 +00:00
Fix corruption of selected link highlights (#897)
Occurred when deselecting one side of a link when both sides were selected.
This commit is contained in:
@@ -114,7 +114,7 @@ export interface ReadonlyLinkNetwork {
|
||||
readonly links: ReadonlyMap<LinkId, LLink>
|
||||
readonly reroutes: ReadonlyMap<RerouteId, Reroute>
|
||||
readonly floatingLinks: ReadonlyMap<LinkId, LLink>
|
||||
getNodeById(id: NodeId): LGraphNode | null
|
||||
getNodeById(id: NodeId | null | undefined): LGraphNode | null
|
||||
getReroute(parentId: null | undefined): undefined
|
||||
getReroute(parentId: RerouteId | null | undefined): Reroute | undefined
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user