Skip to content

Commit

Permalink
fix: block uuid in breadcrumb
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 authored and tiensonqin committed Feb 24, 2022
1 parent e416a23 commit 5e801b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/frontend/components/block.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -2048,7 +2048,8 @@
uuid
(:block/format block)
(:block/pre-block? block)
content)]
content)
config (assoc config :block/uuid uuid)]
[block
(if (seq title)
(->elem :span (map-inline config title))
Expand Down

0 comments on commit 5e801b1

Please sign in to comment.