Added show map grid option to maps

This commit is contained in:
Mitchell McCaffrey
2020-05-31 16:25:05 +10:00
parent 0720a3df2b
commit faddf03ecf
6 changed files with 135 additions and 10 deletions
+1
View File
@@ -43,6 +43,7 @@ export function MapDataProvider({ children }) {
created: Date.now() + i,
lastModified: Date.now() + i,
gridType: "grid",
showGrid: false,
});
// Add a state for the map if there isn't one already
const state = await database.table("states").get(id);