mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 06:59:31 +01:00
fix vault
This commit is contained in:
@@ -339,7 +339,7 @@ export const ActionSheetComponent = ({
|
||||
|
||||
if (note.locked) {
|
||||
close();
|
||||
openVault(note, true, false, true, false, false);
|
||||
openVault(note, true, true, true, false, false);
|
||||
|
||||
return;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user