mirror of
https://github.com/tengge1/ShadowEditor.git
synced 2026-01-25 15:08:11 +00:00
修复bug。
This commit is contained in:
parent
076ccae623
commit
cf34aee98d
@ -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);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user