Separated map drawing and map fog into separate action lists

This commit is contained in:
Mitchell McCaffrey
2020-04-28 22:05:47 +10:00
parent b34a7df443
commit 5e2c178118
7 changed files with 404 additions and 110 deletions

View File

@@ -23,7 +23,8 @@ function MapTile({
const hasMapState =
mapState &&
(Object.values(mapState.tokens).length > 0 ||
mapState.drawActions.length > 0);
mapState.mapDrawActions.length > 0 ||
mapState.fogDrawActions.length > 0);
const expandButton = (
<IconButton