mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 02:46:45 +00:00
fix: several issues related to graph
fixed position: sticky not working on safari
This commit is contained in:
@@ -641,7 +641,7 @@
|
||||
; FIXME: No need to call `distinct`?
|
||||
(distinct))))
|
||||
(open-right-sidebar!)
|
||||
(when-let [elem (gdom/getElement "right-sidebar")]
|
||||
(when-let [elem (gdom/getElement "right-sidebar-container")]
|
||||
(util/scroll-to elem 0))))
|
||||
|
||||
(defn sidebar-remove-block!
|
||||
|
||||
Reference in New Issue
Block a user