mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 03:46:37 +01:00
sync fix to prefix and some usability improvements
This commit is contained in:
@@ -346,6 +346,9 @@ const noteTree = (function() {
|
||||
if (toNode !== null) {
|
||||
treeChanges.moveToNode(node, toNode);
|
||||
}
|
||||
},
|
||||
"f2": node => {
|
||||
editTreePrefix.showDialog();
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user