mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
adding clone from recent notes dialog
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user