Update spline_editor.js

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

View File

@ -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);
});