mirror of
https://git.datalinker.icu/kijai/ComfyUI-KJNodes.git
synced 2026-05-02 06:33:33 +08:00
Update spline_editor.js
This commit is contained in:
parent
d1a1bb67a6
commit
874ae4b87f
@ -138,9 +138,12 @@ app.registerExtension({
|
|||||||
})
|
})
|
||||||
chainCallback(this, "onGraphConfigured", function() {
|
chainCallback(this, "onGraphConfigured", function() {
|
||||||
createSplineEditor(this)
|
createSplineEditor(this)
|
||||||
|
this.setSize([550, 800])
|
||||||
});
|
});
|
||||||
|
|
||||||
}); // onAfterGraphConfigured
|
}); // onAfterGraphConfigured
|
||||||
}//node created
|
}//node created
|
||||||
|
|
||||||
} //before register
|
} //before register
|
||||||
})//register
|
})//register
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user