MohamedRejeb / compose-rich-editor

A Rich text editor library for both Jetpack Compose and Compose Multiplatform, fully customizable, supports HTML and Markdown.
https://mohamedrejeb.github.io/compose-rich-editor/
Apache License 2.0
1.17k stars 76 forks source link

Adding newline toggles back removed span style #358

Closed akishind-medlinx closed 1 month ago

akishind-medlinx commented 1 month ago

Toggle bold/italic span style via toggleSpanStyle, add some text, remove the style (by calling toggleSpanStyle again with the same style), then add new line.

The style gets automatically toggled back again.

https://github.com/user-attachments/assets/2a27be4d-d5c1-4792-93d5-5f0b1e91fdae

MohamedRejeb commented 1 month ago

Hi, Thanks for reporting this. I will check it.