Added map group support

This commit is contained in:
Mitchell McCaffrey
2020-10-01 15:05:30 +10:00
parent a67ff4f407
commit 3215efffa3
6 changed files with 252 additions and 50 deletions

View File

@@ -48,6 +48,7 @@ export function MapDataProvider({ children }) {
gridType: "grid",
showGrid: false,
snapToGrid: true,
group: "default",
});
// Add a state for the map if there isn't one already
const state = await database.table("states").get(id);