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

How can I disable scrolling? #433

Open AleckWei opened 3 days ago

AleckWei commented 3 days ago

When I input lots of line, the RichEditor show it scollable character. But sometimes, I don't want user to scroll the editor by setting read-only. So, how can I disable scrolling ?