fix tree loading on mobile interface, closes #839

This commit is contained in:
zadam
2020-02-01 10:04:18 +01:00
parent bd8c078fb9
commit 1a49894adf
3 changed files with 13 additions and 1 deletions

View File

@@ -87,6 +87,8 @@ async function showTree() {
});
}
});
treeService.setTree($.ui.fancytree.getTree("#tree"));
}
$detail.on("click", ".note-menu-button", async e => {