adding clone from recent notes dialog

This commit is contained in:
azivner
2017-11-19 16:35:35 -05:00
parent 00151beded
commit 3610926804
7 changed files with 109 additions and 12 deletions

View File

@@ -256,10 +256,12 @@ const noteTree = (function() {
setExpandedToServer(getNoteTreeIdFromKey(data.node.key), false);
},
init: (event, data) => {
showAppIfHidden();
if (startNoteTreeId) {
activateNode(startNoteTreeId);
}
else {
showAppIfHidden();
}
},
hotkeys: {
keydown: keybindings