mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 06:59:31 +01:00
fix pinned notebook not update on editing.
This commit is contained in:
@@ -139,6 +139,7 @@ export class AddNotebookDialog extends React.Component {
|
||||
}
|
||||
this.close();
|
||||
updateEvent({type: ACTIONS.NOTEBOOKS});
|
||||
updateEvent({type: ACTIONS.PINNED});
|
||||
|
||||
ToastEvent.show('New notebook added', 'success', 'local');
|
||||
}, 100);
|
||||
|
||||
Reference in New Issue
Block a user