Skip to content

Commit 7c178df

Browse files
committed
First missed migrated private prop
1 parent b8006ae commit 7c178df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/litegraph/src/LGraphCanvas.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5911,7 +5911,7 @@ export class LGraphCanvas implements CustomEventDispatcher<LGraphCanvasEventMap>
59115911
if (!this.pointer.isDown) reroute.drawSlots(ctx)
59125912
}
59135913

5914-
const highlightPos = this.#getHighlightPosition()
5914+
const highlightPos = this._getHighlightPosition()
59155915
this.linkConnector.renderLinks
59165916
.filter((rl) => rl instanceof MovingInputLink)
59175917
.forEach((rl) => rl.drawConnectionCircle(ctx, highlightPos))

0 commit comments

Comments
 (0)