mirror of
https://github.com/logseq/logseq.git
synced 2026-05-23 20:24:15 +00:00
fix: indent block breadcrumb
This commit is contained in:
@@ -4231,7 +4231,8 @@
|
||||
(when (:breadcrumb-show? config)
|
||||
(breadcrumb config (state/get-current-repo) (or navigating-block (:block/uuid (first blocks)))
|
||||
{:show-page? false
|
||||
:navigating-block *navigating-block}))
|
||||
:navigating-block *navigating-block
|
||||
:indent? true}))
|
||||
(let [config' (assoc config
|
||||
:breadcrumb-show? false
|
||||
:navigating-block *navigating-block
|
||||
|
||||
Reference in New Issue
Block a user