react-native-rich-editor icon indicating copy to clipboard operation
react-native-rich-editor copied to clipboard

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

Open Priyanka-SP opened this issue 3 years ago • 1 comments

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. <View> <ScrollView> <RichEditor /> </ScrollView> <RichToolbar /> </View>

Priyanka-SP avatar Apr 14 '21 09:04 Priyanka-SP

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

stulip avatar May 25 '21 02:05 stulip