fix(rtc): remove occurrences of :block/left

This commit is contained in:
rcmerci
2024-05-07 17:30:20 +08:00
parent ee0d89ad85
commit c4b70491a0
4 changed files with 8 additions and 10 deletions

View File

@@ -26,7 +26,7 @@
(def block-pos-schema
":sibling: sibling of target-block(:target-uuid)
:child: child of target-block(:target-uuid)
:no-order: this block doesn't have :block/left attr"
:no-order: this block doesn't have :block/order attr"
[:enum :sibling :child :no-order])