mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
refresh notebooks on moving a note
This commit is contained in:
@@ -369,6 +369,8 @@ const MoveNoteDialog = () => {
|
|||||||
);
|
);
|
||||||
console.log(res);
|
console.log(res);
|
||||||
dispatch({type: ACTIONS.CLEAR_SELECTION});
|
dispatch({type: ACTIONS.CLEAR_SELECTION});
|
||||||
|
dispatch({type: ACTIONS.NOTEBOOKS});
|
||||||
|
dispatch({type: ACTIONS.PINNED});
|
||||||
close();
|
close();
|
||||||
let notebookName = db.notebooks.notebook(
|
let notebookName = db.notebooks.notebook(
|
||||||
item.notebookId,
|
item.notebookId,
|
||||||
|
|||||||
Reference in New Issue
Block a user