mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 09:26:28 +00:00
chore: code style
This commit is contained in:
@@ -278,12 +278,12 @@
|
||||
[::page-blocks ref]
|
||||
[::block-refs-count ref])))
|
||||
refs))
|
||||
others (some->>
|
||||
others (->>
|
||||
(keys @query-state)
|
||||
(filter (fn [ks]
|
||||
(contains? #{::block-and-children
|
||||
::page<-blocks-or-block<-blocks}
|
||||
(second ks)))
|
||||
(keys @query-state))
|
||||
(second ks))))
|
||||
(map (fn [v] (vec (rest v)))))]
|
||||
(->>
|
||||
(util/concat-without-nil
|
||||
|
||||
Reference in New Issue
Block a user