Added note edit flags

This commit is contained in:
Mitchell McCaffrey
2020-11-05 16:21:52 +11:00
parent 8873e59205
commit 6fedcc171d
5 changed files with 27 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ const defaultMapState = {
fogDrawActionIndex: -1,
fogDrawActions: [],
// Flags to determine what other people can edit
editFlags: ["drawing", "tokens"],
editFlags: ["drawing", "tokens", "notes"],
notes: {},
};