|
|
@@ -391,8 +391,8 @@
|
|
|
(let [target (gobj/get e "target")
|
|
|
block-el (.closest target ".bullet-container[blockid]")
|
|
|
block-id (some-> block-el (.getAttribute "blockid"))
|
|
|
- property-id (some-> target (.getAttribute "propertyid"))
|
|
|
- property-block-id (some-> target (.getAttribute "blockid"))
|
|
|
+ property-id (some-> target (.getAttribute "data-propertyid"))
|
|
|
+ property-block-id (some-> target (.getAttribute "data-blockid"))
|
|
|
{:keys [block block-ref]} (state/sub :block-ref/context)
|
|
|
{:keys [page]} (state/sub :page-title/context)]
|
|
|
(cond
|