Added erase all back in

This commit is contained in:
Mitchell McCaffrey
2020-04-29 20:55:52 +10:00
parent 5357b79e70
commit aeb33058bb
3 changed files with 20 additions and 10 deletions

View File

@@ -28,6 +28,7 @@ function MapContols({
onSelectedToolChange,
toolSettings,
onToolSettingChange,
onToolAction,
disabledControls,
onUndo,
onRedo,
@@ -192,6 +193,7 @@ function MapContols({
onSettingChange={(change) =>
onToolSettingChange(selectedToolId, change)
}
onToolAction={onToolAction}
/>
</Box>
);