mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 19:06:21 +00:00
fix: block background && repeat parents
This commit is contained in:
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user