Do not inherit the attributes of the parent list when sinking a ListItem #5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "dont-inherit-parent-attrs"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes ProseMirror/prosemirror/issues/916
Thanks!
Followed up with
1513877since being able to configure the attributes without being able to control the node type seems arbitrary and error-prone (you hard to even say which attributes are valid).Didn't think about that - thanks for merging!