Added notes to default map state

This commit is contained in:
Mitchell McCaffrey 2020-11-04 15:02:56 +11:00
parent 6c1d952855
commit 92fa7133bc

View File

@ -20,6 +20,7 @@ const defaultMapState = {
fogDrawActions: [],
// Flags to determine what other people can edit
editFlags: ["drawing", "tokens"],
notes: {},
};
export function MapDataProvider({ children }) {