mirror of
https://github.com/logseq/logseq.git
synced 2026-04-30 00:46:23 +00:00
Rename temp :block keys to be explicit about their use
:block is a heavily used namespace. We should at least be explicit about keys that aren't being transacted
This commit is contained in:
committed by
Gabriel Horner
parent
33285a354d
commit
df2edd44ac
@@ -1808,7 +1808,7 @@ Similar to re-frame subscriptions"
|
||||
container (util/get-block-container block-element)
|
||||
block (if container
|
||||
(assoc block
|
||||
:block/container (gobj/get container "id"))
|
||||
:block.temp/container (gobj/get container "id"))
|
||||
block)
|
||||
content (string/trim (or content ""))]
|
||||
(swap! state
|
||||
|
||||
Reference in New Issue
Block a user