core: fix dateEdited not updating on saving locked content

This commit is contained in:
Abdullah Atta
2024-05-10 10:46:11 +05:00
parent 5ab721e3e2
commit bd0a338dd6
2 changed files with 2 additions and 0 deletions

View File

@@ -255,6 +255,7 @@ export default class Vault {
noteId,
sessionId,
data: encryptedContent,
dateEdited: Date.now(),
type: content.type
});
}