mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
naming standards
This commit is contained in:
@@ -293,7 +293,7 @@ function initFancyTree(branch) {
|
||||
keyboard: false, // we takover keyboard handling in the hotkeys plugin
|
||||
extensions: ["hotkeys", "filter", "dnd", "clones"],
|
||||
source: branch,
|
||||
scrollParent: $("#tree"),
|
||||
scrollParent: $tree,
|
||||
click: (event, data) => {
|
||||
const targetType = data.targetType;
|
||||
const node = data.node;
|
||||
|
||||
Reference in New Issue
Block a user