Added shortcuts for map controls

This commit is contained in:
Mitchell McCaffrey
2020-06-26 12:32:51 +10:00
parent 57754e0ac8
commit 5f799548d2
2 changed files with 22 additions and 1 deletions

View File

@@ -304,6 +304,7 @@ function Map({
}
selectedToolId={selectedToolId}
onSelectedToolChange={setSelectedToolId}
disabledControls={disabledControls}
>
{mapGrid}
{mapDrawing}