Update mosaic tree to remove and add the console.

This commit is contained in:
Kurt Hutten
2021-10-11 22:23:23 +11:00
parent c6e46d1475
commit 0fda7ebbbb
3 changed files with 80 additions and 16 deletions

View File

@@ -110,7 +110,7 @@ const IdeContainer = () => {
}}
value={state.layout}
onChange={(newLayout) =>
thunkDispatch({ type: 'setLayout', payload: { message: newLayout } })
thunkDispatch({ type: 'setLayout', payload: newLayout })
}
onRelease={handleViewerSizeUpdate}
/>