Remove extra argument. #10

Closed
KaneCohen wants to merge 1 commit from master into master
KaneCohen commented 2020-12-24 16:05:04 +01:00 (Migrated from github.com)

While working with TS noticed it complaining about small typo in splitBlock function.

Static method from in Fragment class accepts only one argument:
https://github.com/ProseMirror/prosemirror-model/blob/master/src/fragment.js#L256

While working with TS noticed it complaining about small typo in `splitBlock` function. Static method `from` in `Fragment` class accepts only one argument: https://github.com/ProseMirror/prosemirror-model/blob/master/src/fragment.js#L256
marijnh commented 2020-12-24 19:51:10 +01:00 (Migrated from github.com)

Thanks for noticing that! I think 6e5785d is more likely to be what I meant there.

Thanks for noticing that! I think 6e5785d is more likely to be what I meant there.

Pull request closed

Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
prosemirror/prosemirror-commands!10
No description provided.