fix: block background && repeat parents

This commit is contained in:
Tienson Qin
2021-04-18 16:16:05 +08:00
parent 10a839b1c6
commit c61a93112e
3 changed files with 5 additions and 5 deletions

View File

@@ -139,7 +139,7 @@
(walk/postwalk
(fn [el]
(if (map? el)
(not-empty (into {} (remove (comp nil? second)) el))
(into {} (remove (comp nil? second)) el)
el))
nm))