Closed ndoherty-xyz closed 1 year ago
The expelEnclosingWhitespace option is not applied to marks with inner links
expelEnclosingWhitespace
Can easily be replicated on https://prosemirror.net/examples/markdown/ by creating text with the cases below:
if
Happy to help fix this, but I'm new to the internals of Prosemirror and and missing some context around what this added check is accomplishing.
Thanks for spotting that. Attached patch should help.
Bug
The
expelEnclosingWhitespace
option is not applied to marks with inner linksExample & Reproduction:
Can easily be replicated on https://prosemirror.net/examples/markdown/ by creating text with the cases below:
Issue in the code
if
statementHappy to help fix this, but I'm new to the internals of Prosemirror and and missing some context around what this added check is accomplishing.