imnapo / react-native-cn-quill

Quill rich-text editor for react-native
MIT License
190 stars 77 forks source link

[Android][QuillToolbar] lost focus in middle of the word #85

Open n-popov-geniusee opened 2 years ago

n-popov-geniusee commented 2 years ago

Issue with QuillToolbar

When a user is in the middle of the word changing format:

The same behavior when I call _editor.current?.format('bold', true);

The issue doesn't reproduce for toolbar inside QuillEditor

env:

"react-native-cn-quill": "^0.7.15"
Android: 10
nhutph commented 2 months ago

same issue