First missed migrated private prop

This commit is contained in:
Austin Mroz
2026-02-21 15:24:01 -08:00
parent b8006ae21a
commit 7c178df398

View File

@@ -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))