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

@@ -277,6 +277,7 @@ function loadVersions(db) {
.toCollection()
.modify((state) => {
state.notes = {};
state.editFlags = [...state.editFlags, "notes"];
});
});
}