mobile fixes

This commit is contained in:
azivner
2018-12-27 22:36:11 +01:00
parent 35bc1421f1
commit d4baac0bb5
3 changed files with 15 additions and 5 deletions

View File

@@ -30,6 +30,8 @@ async function showTree() {
const node = data.node;
const noteId = node.data.noteId;
treeService.clearSelectedNodes();
treeService.setCurrentNotePathToHash(node);
togglePanes();