mirror of
https://github.com/logseq/logseq.git
synced 2026-04-30 00:46:23 +00:00
fix: Sorting of Pagelinks in Query tables
This commit is contained in:
@@ -59,7 +59,7 @@ and handles unexpected failure."
|
||||
"Normalizes supported formats such as dates and percentages."
|
||||
([block]
|
||||
(->> [normalize-as-percentage normalize-as-date identity]
|
||||
(map #(% block))
|
||||
(map #(% (if (set? block) (first block) block)))
|
||||
(remove nil?)
|
||||
(first))))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user