ProseMirror / prosemirror

The ProseMirror WYSIWYM editor
http://prosemirror.net/
MIT License
7.59k stars 335 forks source link

Inline decorations unexpectly become marks if user types at the same line #1398

Closed xiaody closed 1 year ago

xiaody commented 1 year ago

https://stackblitz.com/edit/typescript-ngkt6v?file=index.ts,index.html,style.css

image

At setup, the "bdeco" text doesn't have any marks. But if I type after "zzz", the "bdeco" unexpectly gets a bold mark.

image
marijnh commented 1 year ago

Attached fix should prevent this issue.