mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 11:56:01 +01:00
handling of beforeunload - we save the note before unloading the page
This commit is contained in:
@@ -212,5 +212,5 @@ function encryptNote() {
|
||||
// To print or store the binary data, you may convert it to hex
|
||||
let encryptedHex = aesjs.utils.hex.fromBytes(encryptedBytes);
|
||||
|
||||
console.log("encrypted: " + encryptedBytes);
|
||||
console.log("encrypted: " + encryptedHex);
|
||||
}
|
||||
Reference in New Issue
Block a user