mirror of
https://github.com/logseq/logseq.git
synced 2026-06-02 19:31:24 +00:00
fix regression with empty all pages
This commit is contained in:
@@ -1149,7 +1149,7 @@
|
||||
(or (boolean journal?)
|
||||
(= false (boolean (:block/journal? %))))
|
||||
(or (boolean whiteboard?)
|
||||
(contains? (:block/type %) "whiteboard"))))
|
||||
(not (contains? (:block/type %) "whiteboard")))))
|
||||
(sort-pages-by sort-by-item desc?)))))
|
||||
(reset! *pages pages)))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user