mirror of
https://git.datalinker.icu/kijai/ComfyUI-KJNodes.git
synced 2026-01-23 05:44:29 +08:00
Update spline_editor.js
This commit is contained in:
parent
2f53c19ee2
commit
25a925001b
@ -187,8 +187,9 @@ app.registerExtension({
|
||||
this.splineEditor.parentEl.className = "spline-editor";
|
||||
this.splineEditor.parentEl.id = `spline-editor-${this.uuid}`
|
||||
element.appendChild(this.splineEditor.parentEl);
|
||||
|
||||
chainCallback(this, "onGraphConfigured", function() {
|
||||
|
||||
chainCallback(this, "onConfigure", function() {
|
||||
console.log(this)
|
||||
createSplineEditor(this);
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user