mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 11:26:15 +01:00
script bugfixes
This commit is contained in:
@@ -40,7 +40,7 @@ class Note extends Entity {
|
||||
}
|
||||
|
||||
beforeSaving() {
|
||||
this.content = JSON.stringify(this.jsonContent, null, 4);
|
||||
this.content = JSON.stringify(this.jsonContent, null, '\t');
|
||||
|
||||
if (this.isProtected) {
|
||||
protected_session.encryptNote(this.dataKey, this);
|
||||
|
||||
Reference in New Issue
Block a user