diff --git a/src/LGraphCanvas.ts b/src/LGraphCanvas.ts index 264f99529..c046b2b17 100644 --- a/src/LGraphCanvas.ts +++ b/src/LGraphCanvas.ts @@ -5574,14 +5574,6 @@ export class LGraphCanvas implements ConnectionColorContext { ctx.restore() } - adjustNodesSize(): void { - const nodes = this.graph._nodes - for (let i = 0; i < nodes.length; ++i) { - nodes[i].size = nodes[i].computeSize() - } - this.setDirty(true, true) - } - /** * resizes the canvas to a given size, if no size is passed, then it tries to fill the parentNode * @todo Remove or rewrite