add fixme comment

pull/11196/head
Tienson Qin 2024-03-30 04:54:50 +08:00
parent a2da60623f
commit c951a31a74
2 changed files with 2 additions and 0 deletions

View File

@ -168,6 +168,7 @@
content-tx
(when (not= (seq properties) (seq properties'))
{:db/id (:db/id ref)
;; FIXME: properties
:block/properties properties'}))]
(concat
[[:db/retract (:db/id ref) :block/refs (:db/id page-entity)]]

View File

@ -73,6 +73,7 @@
content-tx
(when (not= (seq properties) (seq properties'))
{:db/id (:db/id ref)
;; FIXME: properties
:block/properties properties'}))]
(concat
[[:db/add (:db/id ref) :block/refs (:db/id to-page)]