scroll to current note now works again!

This commit is contained in:
azivner 2017-10-11 19:55:40 -04:00
parent 4a4228cd03
commit c3462a3d0e

View file

@ -131,6 +131,7 @@ $(() => {
autoScroll: true,
extensions: ["hotkeys", "filter", "dnd"],
source: notes,
scrollParent: $("#tree"),
activate: (event, data) => {
const node = data.node.data;