Fix typo: scollable -> scrollable

This commit is contained in:
Devon Zuegel
2021-06-16 18:12:37 -04:00
committed by Tienson Qin
parent acc4ea7189
commit b0a010e856
2 changed files with 2 additions and 2 deletions

View File

@@ -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!