fix: not scroll to top when open in the right sidebar

This commit is contained in:
Tienson Qin
2022-10-25 14:25:20 +08:00
parent 8b2176d572
commit db90f5f0af

View File

@@ -1006,7 +1006,7 @@ Similar to re-frame subscriptions"
(cons [repo db-id block-type])
(distinct))))
(open-right-sidebar!)
(when-let [elem (gdom/getElementByClass "cp__right-sidebar-scrollable")]
(when-let [elem (gdom/getElementByClass "sidebar-item-list")]
(util/scroll-to elem 0)))))
(defn sidebar-remove-block!