jeziellago / compose-markdown

Markdown Text for Android Jetpack Compose 📋.
MIT License
590 stars 50 forks source link

fix: fix bug of text selection caused by PR_#96 #108

Closed HXavier21 closed 4 months ago

HXavier21 commented 4 months ago

Fix bug of text selection by adding special judgment of isTextSelectable

HXavier21 commented 4 months ago

Besides, I find that when disableLinkMovementMethod and isTextSelectable are set to true at the same time, the text selection will also fail. Which occurs even in previous edition where TextView was used. So I didn't fix that.