mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 09:56:36 +01:00
fix setting "protected" class and background on note tree
This commit is contained in:
@@ -115,6 +115,8 @@ const protected_session = (function() {
|
||||
|
||||
await noteEditor.saveNoteToServer(note);
|
||||
|
||||
noteTree.setProtected(note.detail.note_id, note.detail.is_protected);
|
||||
|
||||
noteEditor.setNoteBackgroundIfProtected(note);
|
||||
}
|
||||
|
||||
@@ -129,6 +131,8 @@ const protected_session = (function() {
|
||||
|
||||
await noteEditor.saveNoteToServer(note);
|
||||
|
||||
noteTree.setProtected(note.detail.note_id, note.detail.is_protected);
|
||||
|
||||
noteEditor.setNoteBackgroundIfProtected(note);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user