fix: revert a incorrect change

feat/wb-linkings
Peng Xiao 2022-11-20 18:19:37 +08:00
parent 975aff5b80
commit 4a407b4dc5
1 changed files with 3 additions and 1 deletions

View File

@ -3589,7 +3589,9 @@
(when alias? [:span.text-sm.font-medium.opacity-50 " Alias"])]
(for [block parent-blocks]
(let [block' (update block :block/children tree/non-consecutive-blocks->vec-tree)]
(breadcrumb-with-container block' config)))
(rum/with-key
(breadcrumb-with-container block' config)
(:db/id block'))))
{:debug-id page})])))))]
(and (:group-by-page? config)