sync changes for note_tree_id and fixed recent notes

This commit is contained in:
azivner
2017-11-18 17:17:46 -05:00
parent 5fb94fcbbd
commit 9a819cafed
6 changed files with 23 additions and 19 deletions

View File

@@ -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() {