Merge branch 'release/v1.3.0' into feature/dice

This commit is contained in:
Mitchell McCaffrey
2020-05-25 19:29:11 +10:00
102 changed files with 2823 additions and 1638 deletions

View File

@@ -22,6 +22,7 @@ function MapContols({
onMapChange,
onMapStateChange,
currentMap,
currentMapState,
selectedToolId,
onSelectedToolChange,
toolSettings,
@@ -73,6 +74,7 @@ function MapContols({
onMapChange={onMapChange}
onMapStateChange={onMapStateChange}
currentMap={currentMap}
currentMapState={currentMapState}
/>
),
},