mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 18:36:43 +00:00
Fix typo: scollable -> scrollable
This commit is contained in:
committed by
Tienson Qin
parent
acc4ea7189
commit
b0a010e856
@@ -680,7 +680,7 @@
|
||||
; FIXME: No need to call `distinct`?
|
||||
(distinct))))
|
||||
(open-right-sidebar!)
|
||||
(when-let [elem (gdom/getElementByClass "cp__right-sidebar-scollable")]
|
||||
(when-let [elem (gdom/getElementByClass "cp__right-sidebar-scrollable")]
|
||||
(util/scroll-to elem 0))))
|
||||
|
||||
(defn sidebar-remove-block!
|
||||
|
||||
Reference in New Issue
Block a user