diff --git a/src/contexts/MapDataContext.tsx b/src/contexts/MapDataContext.tsx index 9bdfac5..a29f903 100644 --- a/src/contexts/MapDataContext.tsx +++ b/src/contexts/MapDataContext.tsx @@ -57,8 +57,7 @@ const defaultMapState: Omit = { tokens: {}, drawings: {}, fogs: {}, - // Flags to determine what other people can edit - editFlags: ["drawing", "tokens", "notes", "fog"], + editFlags: ["drawing", "tokens", "notes"], notes: {}, };