|
@@ -2097,7 +2097,7 @@
|
|
|
{:block/page {:db/id (:db/id page)}
|
|
{:block/page {:db/id (:db/id page)}
|
|
|
:block/title new-content}
|
|
:block/title new-content}
|
|
|
(not db-based?)
|
|
(not db-based?)
|
|
|
- (assoc :block/properties (apply dissoc (:block/properties block)
|
|
|
|
|
|
|
+ (assoc :block/properties (apply dissoc (not-empty (:block/properties block))
|
|
|
(concat
|
|
(concat
|
|
|
(when-not keep-uuid? [:id])
|
|
(when-not keep-uuid? [:id])
|
|
|
[:custom_id :custom-id]
|
|
[:custom_id :custom-id]
|