imnapo / react-native-cn-quill

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

Editor automatically focuses itself when trying to focus out of it #77

Open filipstev opened 2 years ago

filipstev commented 2 years ago

So the issue is that when I try to swipe left to remove the keyboard after I'm done typing in the editor, the editor just focuses itself back after a brief moment. Most of the time, it behaves like if I were to hold down (I get the Select All popup from my Samsung). Does anyone know what the issue might be?