translation and property cleanup

- Caught a missing translation
- QAed that the following fns should refer directly to hidden-properties
  and not the larger umbrella of built-in-properties
This commit is contained in:
Gabriel Horner
2022-07-28 15:28:57 -04:00
parent b1c98ec09c
commit 9fa3f0a172
3 changed files with 4 additions and 4 deletions

View File

@@ -384,7 +384,7 @@
block (update block :block/refs remove-non-existed-refs!)
block (attach-page-properties-if-exists! block)
new-properties (merge
(select-keys properties (property/built-in-properties))
(select-keys properties (property/hidden-properties))
(:block/properties block))]
(-> block
(dissoc :block/top?