mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
sync changes for note_tree_id and fixed recent notes
This commit is contained in:
@@ -317,7 +317,7 @@ const noteTree = (function() {
|
||||
|
||||
function getCurrentNoteTreeId() {
|
||||
const node = getCurrentNode();
|
||||
return node.note_tree_id;
|
||||
return node.data.note_tree_id;
|
||||
}
|
||||
|
||||
function setCurrentNoteTreeBasedOnProtectedStatus() {
|
||||
|
||||
Reference in New Issue
Block a user