-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
List v2: splitting/merging #39519
Comments
This is done. Created #39877 to refine. |
This still needs to handle merge on blocks with innerBlocks that involve RichText API. It's not working as expected right now for example if you press |
It seems to work? Let's create new issues for polish it. |
Opened #42499. |
@ntsekouras I'm curious if there are any docs explaining how to add this behavior to innerBlocks: insert a new block when pressing enter |
It should be possible to split list items (use RichText's
onSplit
).When splitting an empty list item, the list as a whole should split.
It should also be possible to merge list items (use RichText's
onMerge
and andmerge
in the block type).It should be possible to merge a paragraph into a list, but this could be done separately as it will require #39520.
The text was updated successfully, but these errors were encountered: