mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
core: fix dateEdited not updating on saving locked content
This commit is contained in:
@@ -255,6 +255,7 @@ export default class Vault {
|
||||
noteId,
|
||||
sessionId,
|
||||
data: encryptedContent,
|
||||
dateEdited: Date.now(),
|
||||
type: content.type
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user