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

@@ -716,7 +716,6 @@
(defn- block-property-aux!
[block-id key value]
(let [block-id (if (string? block-id) (uuid block-id) block-id)
key (string/lower-case (name key))
repo (state/get-current-repo)]
(when repo
(when-let [block (db/entity [:block/uuid block-id])]