Automattic / isolated-block-editor

Repackages Gutenberg's editor playground as a full-featured multi-instance editor that does not require WordPress.
343 stars 50 forks source link

Collab: Concurrent editing of List block with nested items #113

Open mirka opened 2 years ago

mirka commented 2 years ago

Scoped out of #112

Truly concurrent editing of nested lists is not supported yet. I can think of a way to make it work in most cases, but any more than that I think it would require better support at the Yjs (Y.XmlText) level.