mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 06:29:29 +01:00
refactor
This commit is contained in:
@@ -154,7 +154,12 @@ export const ActionSheetComponent = ({
|
||||
icon: 'share-variant',
|
||||
func: () => {
|
||||
if (note.locked) {
|
||||
openVault(item, false, true, false, false, true);
|
||||
openVault({
|
||||
item:item,
|
||||
novault:true,
|
||||
locked:true,
|
||||
share:true,
|
||||
})
|
||||
} else {
|
||||
close();
|
||||
let m = `${note.title}\n \n ${note.content.text}`;
|
||||
|
||||
Reference in New Issue
Block a user