diff --git a/ShadowEditor.Web/src/editor2/component/BasicComponent.jsx b/ShadowEditor.Web/src/editor2/component/BasicComponent.jsx index 6e9c5467..5608bce4 100644 --- a/ShadowEditor.Web/src/editor2/component/BasicComponent.jsx +++ b/ShadowEditor.Web/src/editor2/component/BasicComponent.jsx @@ -76,7 +76,7 @@ class BasicComponent extends React.Component { app.call(`objectChanged`, this, this.selected); } - handleChangeVisible(name, value, event) { + handleChangeVisible(value) { this.selected.visible = value; app.call(`objectChanged`, this, this.selected); }