mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-22 07:44:11 +00:00
First missed migrated private prop
This commit is contained in:
@@ -5911,7 +5911,7 @@ export class LGraphCanvas implements CustomEventDispatcher<LGraphCanvasEventMap>
|
||||
if (!this.pointer.isDown) reroute.drawSlots(ctx)
|
||||
}
|
||||
|
||||
const highlightPos = this.#getHighlightPosition()
|
||||
const highlightPos = this._getHighlightPosition()
|
||||
this.linkConnector.renderLinks
|
||||
.filter((rl) => rl instanceof MovingInputLink)
|
||||
.forEach((rl) => rl.drawConnectionCircle(ctx, highlightPos))
|
||||
|
||||
Reference in New Issue
Block a user