mirror of
https://github.com/logseq/logseq.git
synced 2026-06-01 19:01:22 +00:00
fix: improve property type ux by locking once property is used
fixes LOG-2900. Also fixed lint
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
:updated-attrs {:content nil}}]
|
||||
["update" {:block-uuid "f639f13e-ef6f-4ba5-83b4-67527d27cd02" :epoch 4
|
||||
:updated-attrs {:content nil :link nil}}]]
|
||||
{:keys [block-uuid->ops epoch->block-uuid-sorted-map]}
|
||||
{:keys [block-uuid->ops]}
|
||||
(op-layer/add-ops-to-block-uuid->ops (op-layer/ops-coercer ops) {} (sorted-map-by <))]
|
||||
(is (= ["update"
|
||||
{:block-uuid #uuid "f639f13e-ef6f-4ba5-83b4-67527d27cd02"
|
||||
|
||||
Reference in New Issue
Block a user