diff --git a/web/js/spline_editor.js b/web/js/spline_editor.js index da12882..93d07e3 100644 --- a/web/js/spline_editor.js +++ b/web/js/spline_editor.js @@ -104,7 +104,8 @@ app.registerExtension({ if (nodeData?.name === 'SplineEditor') { chainCallback(nodeType.prototype, "onNodeCreated", function () { - hideWidgetForGood(this, this.widgets.find(w => w.name === "coordinates")) + //hideWidgetForGood(this, this.widgets.find(w => w.name === "coordinates")) + this.widgets.find(w => w.name === "coordinates").hidden = true var element = document.createElement("div"); this.uuid = makeUUID()