diff --git a/web/js/spline_editor.js b/web/js/spline_editor.js index aa33843..6966de4 100644 --- a/web/js/spline_editor.js +++ b/web/js/spline_editor.js @@ -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); });