More fake-indexeddb
This commit is contained in:
parent
2a66d64c15
commit
41ffd15a0c
@ -319,7 +319,8 @@ function NetworkedMapAndTokens({ session }) {
|
||||
}
|
||||
if (id === "mapResponse") {
|
||||
const { id, ...update } = data;
|
||||
const updatedMap = await updateMap(id, update);
|
||||
await updateMap(id, update);
|
||||
const updatedMap = await getMapFromDB(data.id);
|
||||
setCurrentMap(updatedMap);
|
||||
}
|
||||
if (id === "mapState") {
|
||||
|
Loading…
Reference in New Issue
Block a user