mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 22:49:45 +01:00
minor fixes
This commit is contained in:
@@ -289,6 +289,7 @@ export const ActionSheetComponent = ({
|
||||
await db.notebooks.notebook(note.id).pin();
|
||||
}
|
||||
localRefresh(item.type);
|
||||
close();
|
||||
},
|
||||
close: false,
|
||||
check: true,
|
||||
@@ -308,6 +309,7 @@ export const ActionSheetComponent = ({
|
||||
dispatch({type: Actions.FAVORITES});
|
||||
sendNoteEditedEvent(note.id, false, true);
|
||||
localRefresh(item.type, true);
|
||||
close();
|
||||
},
|
||||
close: false,
|
||||
check: true,
|
||||
|
||||
Reference in New Issue
Block a user