fix: duplicated properties when zoom in a block

pull/10438/head
Tienson Qin 2023-09-27 04:15:44 +08:00
parent 0464d167c0
commit 2b4d2017d7
1 changed files with 1 additions and 0 deletions

View File

@ -705,6 +705,7 @@
(component-block/breadcrumb config repo block-id {:level-limit 3})])) (component-block/breadcrumb config repo block-id {:level-limit 3})]))
(when (and db-based? (when (and db-based?
(not block?)
(or (seq (:block/properties page)) (or (seq (:block/properties page))
(seq (:block/alias page)))) (seq (:block/alias page))))
(page-properties page false)) (page-properties page false))