You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.
I have the same problem. I thought it caused by /GitbookIO/slate-edit-list using canMerge(child, next) to judge but productboard/slate-edit-list using canMerge(node, previousSiblingNode) .
When you reedit 1.thrree, it will be corrected.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Deleting the middle item will cause the list to split into two separate lists rather than joining together.
To reproduce: create a numbered list, create 3 items. Delete the middle item. The resulting list will look like:
When it should look something like:
Possibly related to Issue #8.
The text was updated successfully, but these errors were encountered: