mirror of
https://git.datalinker.icu/kijai/ComfyUI-KJNodes.git
synced 2026-07-31 12:05:40 +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.className = "spline-editor";
|
||||||
this.splineEditor.parentEl.id = `spline-editor-${this.uuid}`
|
this.splineEditor.parentEl.id = `spline-editor-${this.uuid}`
|
||||||
element.appendChild(this.splineEditor.parentEl);
|
element.appendChild(this.splineEditor.parentEl);
|
||||||
|
|
||||||
chainCallback(this, "onGraphConfigured", function() {
|
chainCallback(this, "onConfigure", function() {
|
||||||
|
console.log(this)
|
||||||
createSplineEditor(this);
|
createSplineEditor(this);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user