mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
scroll to current note now works again!
This commit is contained in:
parent
4a4228cd03
commit
c3462a3d0e
@ -131,6 +131,7 @@ $(() => {
|
|||||||
autoScroll: true,
|
autoScroll: true,
|
||||||
extensions: ["hotkeys", "filter", "dnd"],
|
extensions: ["hotkeys", "filter", "dnd"],
|
||||||
source: notes,
|
source: notes,
|
||||||
|
scrollParent: $("#tree"),
|
||||||
activate: (event, data) => {
|
activate: (event, data) => {
|
||||||
const node = data.node.data;
|
const node = data.node.data;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user