sibiraj-s / ngx-editor

🖋️ Rich Text Editor for angular using ProseMirror
https://sibiraj-s.github.io/ngx-editor/
MIT License
423 stars 182 forks source link

[Bug]: Removing a link from a text with decoration like a bold font, removes all text decoration #535

Closed Ade-mir closed 6 days ago

Ade-mir commented 4 weeks ago

What happened?

How to reproduce:

Expected result: The link is removed, but the text decoration/s remain.

Actual result: The link is removed, but all the text decoration is as well.

This is true regardless of if the link is added to the text before or after the text decoration.

Version

v17.0.1

Angular Version

v17.1.1

What browsers are you seeing the problem on?

Chrome

Link to reproduce

https://ngx-editor.stackblitz.io/

Relevant log output

No response

Willing to submit a PR?

None

sibiraj-s commented 6 days ago

Fixed in v17.1.0