Better handling of Container keys

This commit is contained in:
Siklos 2022-07-31 19:00:24 +02:00
parent 6c029ac13c
commit ca79e18e53
3 changed files with 4 additions and 4 deletions

View file

@ -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,