Skip to content

Commit

Permalink
fix: missing parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
tiensonqin committed Jun 22, 2023
1 parent 78816be commit 7dba261
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/frontend/components/block.cljs
Expand Up @@ -867,7 +867,8 @@
(let [title [:span.block-ref
(block-content (assoc config :block-ref? true :stop-events? stop-inner-events?)
block nil (:block/uuid block)
(:slide? config))]
(:slide? config)
false)]
inner (if label
(->elem
:span.block-ref
Expand Down

0 comments on commit 7dba261

Please sign in to comment.