mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 22:49:45 +01:00
make trash work properly
This commit is contained in:
@@ -272,7 +272,7 @@ export const ActionSheetComponent = ({
|
||||
name: 'Remove',
|
||||
icon: 'delete',
|
||||
func: () => {
|
||||
close();
|
||||
close('permanant_delete');
|
||||
},
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user