We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8006ae commit 7c178dfCopy full SHA for 7c178df
src/lib/litegraph/src/LGraphCanvas.ts
@@ -5911,7 +5911,7 @@ export class LGraphCanvas implements CustomEventDispatcher<LGraphCanvasEventMap>
5911
if (!this.pointer.isDown) reroute.drawSlots(ctx)
5912
}
5913
5914
- const highlightPos = this.#getHighlightPosition()
+ const highlightPos = this._getHighlightPosition()
5915
this.linkConnector.renderLinks
5916
.filter((rl) => rl instanceof MovingInputLink)
5917
.forEach((rl) => rl.drawConnectionCircle(ctx, highlightPos))
0 commit comments