We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eff2703 commit 71be8ecCopy full SHA for 71be8ec
src/main/frontend/worker/pipeline.cljs
@@ -345,8 +345,9 @@
345
[:db/add v :block/tags :logseq.class/Page]
346
[:db/retract e a v]]
347
348
- ;; built-in block protected properties updated
349
- (and (contains? #{:db/ident :block/title :block/name :logseq.property/type
+ ;; built-in block protected attributes/properties updated
+ (and (contains? #{:db/ident :block/title :block/name :block/uuid
350
+ :logseq.property/type :db/cardinality
351
:logseq.property/built-in? :logseq.property.class/extends} a)
352
(some? (d/entity db-before e))
353
(let [block (d/entity db-after e)]
0 commit comments