mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-03 04:31:46 +02:00
fix: notes are not refreshed after 'remove from topic'
This commit is contained in:
@@ -234,7 +234,7 @@ const topicNoteMenuItems = [
|
||||
.notebook(context.value.id)
|
||||
.topics.topic(context.value.topic)
|
||||
.delete(note.id);
|
||||
store.setContext(context);
|
||||
store.refresh();
|
||||
await showToast("success", "Note removed from topic!");
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user