From c3462a3d0ed277717b3338fc6af29b7f610a7caf Mon Sep 17 00:00:00 2001 From: azivner Date: Wed, 11 Oct 2017 19:55:40 -0400 Subject: [PATCH] scroll to current note now works again! --- static/js/tree.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static/js/tree.js b/static/js/tree.js index 94c78d803..4e50b8d7c 100644 --- a/static/js/tree.js +++ b/static/js/tree.js @@ -131,6 +131,7 @@ $(() => { autoScroll: true, extensions: ["hotkeys", "filter", "dnd"], source: notes, + scrollParent: $("#tree"), activate: (event, data) => { const node = data.node.data;