mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 09:26:28 +00:00
fix: add marker and priority to :block/refs
This commit is contained in:
@@ -268,8 +268,8 @@
|
||||
(assoc m :block/journal? false)))))
|
||||
|
||||
(defn with-page-refs
|
||||
[{:keys [title body tags refs] :as block} with-id?]
|
||||
(let [refs (->> (concat tags refs)
|
||||
[{:keys [title body tags refs marker priority] :as block} with-id?]
|
||||
(let [refs (->> (concat tags refs [marker priority])
|
||||
(remove string/blank?)
|
||||
(distinct))
|
||||
refs (atom refs)]
|
||||
|
||||
Reference in New Issue
Block a user