mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-01 19:49:54 +02:00
web: await notes context refreshing
This commit is contained in:
@@ -44,7 +44,7 @@ class MonographStore extends BaseStore<MonographStore> {
|
||||
unpublish = async (noteId: string) => {
|
||||
await db.monographs.unpublish(noteId);
|
||||
await this.get().refresh();
|
||||
noteStore.refreshContext();
|
||||
await noteStore.refreshContext();
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user