mirror of
https://github.com/logseq/logseq.git
synced 2026-04-26 15:15:01 +00:00
fix: missing key issues
This commit is contained in:
@@ -2540,7 +2540,7 @@
|
||||
(filterv identity)
|
||||
(map (fn [x] (if (vector? x)
|
||||
(let [[block label] x]
|
||||
(breadcrumb-fragment config block label opts))
|
||||
(rum/with-key (breadcrumb-fragment config block label opts) (:block/uuid block)))
|
||||
[:span.opacity-70 "⋯"])))
|
||||
(interpose (breadcrumb-separator)))]
|
||||
[:div.breadcrumb.block-parents.flex-row.flex-1
|
||||
|
||||
Reference in New Issue
Block a user