mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-25 16:09:42 +01:00
fix: tags not loaded in tag dialog on open
This commit is contained in:
@@ -70,6 +70,7 @@ const TagsDialog = () => {
|
||||
const open = item => {
|
||||
setNote(item);
|
||||
useTagStore.getState().setTags();
|
||||
sortTags();
|
||||
setVisible(true);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user