Remove extra argument. #10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "master"
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?
While working with TS noticed it complaining about small typo in
splitBlockfunction.Static method
frominFragmentclass accepts only one argument:https://github.com/ProseMirror/prosemirror-model/blob/master/src/fragment.js#L256
Thanks for noticing that! I think
6e5785dis more likely to be what I meant there.Pull request closed