mirror of
https://github.com/logseq/logseq.git
synced 2026-05-02 09:56:31 +00:00
fix: default level to open for linked refs
This commit is contained in:
@@ -3599,7 +3599,8 @@
|
||||
(page-cp config page)
|
||||
(when alias? [:span.text-sm.font-medium.opacity-50 " Alias"])]
|
||||
(for [[parent blocks] parent-blocks]
|
||||
(let [blocks' (map #(update % :block/children tree/non-consecutive-blocks->vec-tree) blocks)]
|
||||
(let [blocks' (map #(update % :block/children (fn [col]
|
||||
(tree/non-consecutive-blocks->vec-tree col 2))) blocks)]
|
||||
(rum/with-key
|
||||
(breadcrumb-with-container blocks' config)
|
||||
(:db/id parent))))
|
||||
|
||||
Reference in New Issue
Block a user