mirror of
https://github.com/zadam/trilium.git
synced 2025-01-30 10:57:51 +08:00
scroll to current note now works again!
This commit is contained in:
parent
4a4228cd03
commit
c3462a3d0e
1 changed files with 1 additions and 0 deletions
|
@ -131,6 +131,7 @@ $(() => {
|
|||
autoScroll: true,
|
||||
extensions: ["hotkeys", "filter", "dnd"],
|
||||
source: notes,
|
||||
scrollParent: $("#tree"),
|
||||
activate: (event, data) => {
|
||||
const node = data.node.data;
|
||||
|
||||
|
|
Loading…
Reference in a new issue