mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
continuing in API review
This commit is contained in:
@@ -3,7 +3,7 @@ import utils from "./utils.js";
|
||||
import treeChangesService from "./branches.js";
|
||||
import contextMenuService from "./context_menu.js";
|
||||
import treeService from "./tree.js";
|
||||
import editTreePrefixDialog from "../dialogs/edit_tree_prefix.js";
|
||||
import editBranchPrefixDialog from "../dialogs/branch_prefix.js";
|
||||
|
||||
const keyBindings = {
|
||||
"del": node => {
|
||||
@@ -67,7 +67,7 @@ const keyBindings = {
|
||||
return false;
|
||||
},
|
||||
"f2": node => {
|
||||
editTreePrefixDialog.showDialog(node);
|
||||
editBranchPrefixDialog.showDialog(node);
|
||||
},
|
||||
"alt+-": node => {
|
||||
treeService.collapseTree(node);
|
||||
|
||||
Reference in New Issue
Block a user