Use LGraphNode.setSize (#2555)

This commit is contained in:
Chenlei Hu
2025-02-14 11:02:56 -05:00
committed by GitHub
parent f2065777b5
commit acfb95f8d4
5 changed files with 9 additions and 9 deletions

View File

@@ -142,7 +142,7 @@ export const useLitegraphService = () => {
const s = this.computeSize()
s[0] = Math.max(config.minWidth, s[0] * 1.5)
s[1] = Math.max(config.minHeight, s[1])
this.size = s
this.setSize(s)
this.serialize_widgets = true
extensionService.invokeExtensionsAsync('nodeCreated', this)