Fixed code in nested block

pull/645/head 0.0.3.9
Tienson Qin 2020-10-10 00:41:30 +08:00
parent 105bb5042c
commit 7f3a902111
1 changed files with 1 additions and 1 deletions

View File

@ -1170,7 +1170,7 @@
(for [child children]
(when (map? child)
(let [child (dissoc child :block/meta)]
(rum/with-key (block-container config child)
(rum/with-key (block-container (assoc config :block/uuid (:block/uuid child)) child)
(:block/uuid child)))))])
(when (and ref? (not ref-child?))