Better handling of Container keys
This commit is contained in:
parent
6c029ac13c
commit
ca79e18e53
3 changed files with 4 additions and 4 deletions
|
@ -70,6 +70,7 @@ class App extends React.Component<IAppProps> {
|
|||
}
|
||||
|
||||
const container = new Container({
|
||||
id: this.state.MainContainer.props.children.length.toString(),
|
||||
x: 0,
|
||||
y: 0,
|
||||
width: 300,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue