This commit is contained in:
Peng Xiao
2022-09-29 15:11:06 +08:00
parent 76a7a9c526
commit 48d4b657dc
3 changed files with 3 additions and 10 deletions

View File

@@ -1355,8 +1355,7 @@
:where
[_ :block/properties ?p]]
(conn/get-db))
properties (remove (fn [m] (or (empty? m)
(gp-block/whiteboard-properties? m))) properties)]
properties (remove (fn [m] (empty? m)) properties)]
(->> (map keys properties)
(apply concat)
distinct