Add blockArraysIn to renderSpec function, which is called from prosemirror-view #84
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix-prosemirror-view-renderSpec"
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?
Adds
blocksArraysInparameter to therenderSpec()function in order to support the check for XSS on initial document load. A follow up PR in prosemirror-view will be created to support this change.I don't really want to pollute the public types for this kludge. Attached patch uses TS overloads to 'cloak' the argument to the types.
Pull request closed