Update spline_editor.js

This commit is contained in:
kijai 2024-04-20 21:39:34 +03:00
parent d1a1bb67a6
commit 874ae4b87f

View File

@ -138,9 +138,12 @@ app.registerExtension({
})
chainCallback(this, "onGraphConfigured", function() {
createSplineEditor(this)
this.setSize([550, 800])
});
}); // onAfterGraphConfigured
}//node created
} //before register
})//register