mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 10:56:32 +00:00
enhance(rtc): support :no-order blocks sync
This commit is contained in:
@@ -101,7 +101,7 @@
|
||||
[:op :keyword]
|
||||
[:self :uuid]
|
||||
[:parents [:sequential :uuid]]
|
||||
[:left :uuid]
|
||||
[:left [:maybe :uuid]] ;nil when it's :no-order block
|
||||
[:content {:optional true} :string]]
|
||||
general-attrs-schema-coll)]
|
||||
[:remove
|
||||
@@ -114,7 +114,7 @@
|
||||
[:op :keyword]
|
||||
[:self :uuid]
|
||||
[:parents {:optional true} [:sequential :uuid]]
|
||||
[:left {:optional true} :uuid]
|
||||
[:left {:optional true} [:maybe :uuid]] ;nil when it's :no-order block
|
||||
[:content {:optional true} :string]]
|
||||
general-attrs-schema-coll)]
|
||||
[:update-page
|
||||
|
||||
Reference in New Issue
Block a user