mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
fix: search items list not updating
This commit is contained in:
@@ -393,6 +393,7 @@ export const useActions = ({ close = () => {}, item }) => {
|
||||
} else {
|
||||
try {
|
||||
close();
|
||||
console.log('moving note to trash');
|
||||
await deleteItems(item);
|
||||
} catch (e) {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user