mirror of
https://github.com/logseq/logseq.git
synced 2026-05-27 06:04:23 +00:00
fix: virtualized list on mobile
This commit is contained in:
@@ -100,7 +100,9 @@
|
||||
(.querySelector "[part=scroll]"))))
|
||||
#?(:cljs (defn app-scroll-container-node
|
||||
([]
|
||||
(gdom/getElement "main-content-container"))
|
||||
(if (capacitor-new?)
|
||||
(current-page-scroll)
|
||||
(gdom/getElement "main-content-container")))
|
||||
([el]
|
||||
(if (capacitor-new?)
|
||||
(current-page-scroll)
|
||||
|
||||
Reference in New Issue
Block a user