mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 16:36:27 +00:00
fix: not scroll to top when open in the right sidebar
This commit is contained in:
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user