Update spline_editor.js

This commit is contained in:
kijai 2024-05-06 00:22:06 +03:00
parent 2f53c19ee2
commit 25a925001b

View File

@ -188,7 +188,8 @@ app.registerExtension({
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);
}); });