Skip to content

Commit 88d9b6e

Browse files
committed
enhance: render less journals by default
1 parent 5dae984 commit 88d9b6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/frontend/components/journal.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
[:div#journals
3636
(ui/virtualized-list
3737
{:custom-scroll-parent (util/app-scroll-container-node)
38-
:increase-viewport-by {:top 300 :bottom 300}
38+
:increase-viewport-by {:top 100 :bottom 100}
3939
:compute-item-key (fn [idx]
4040
(let [id (util/nth-safe data idx)]
4141
(str "journal-" id)))

0 commit comments

Comments
 (0)