From cf34aee98dc6e1c63dea2e92350f8b9baef2e7cb Mon Sep 17 00:00:00 2001 From: tengge1 <930372551@qq.com> Date: Mon, 15 Jul 2019 22:10:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbug=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ShadowEditor.Web/src/editor2/component/BasicComponent.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }