wxik / react-native-rich-editor

Lightweight React Native (JavaScript, H5) rich text editor
https://wxik.github.io/react-native-rich-editor/web
MIT License
810 stars 304 forks source link

The cursor scrolls to the end as soon as styling item is clicked from toolbar #164

Open Priyanka-SP opened 3 years ago

Priyanka-SP commented 3 years ago

I'm wrapping RichEditor inside scrollView .when I choose any styling item from toolbar the editor auto scrolls to the end..it is not preserving its cursor position. `

`

`

stulip commented 3 years ago

Refer to the example in the example, whether you have the same problem locally.