wix-incubator / react-native-zss-rich-text-editor

React Native rich text editor based on ZSSRichTextEditor
Other
841 stars 311 forks source link

Focus lost after insert image #182

Open oferRounds opened 4 years ago

oferRounds commented 4 years ago

Hi! After inserting the image, I’d like to focus the back the text to where it was before. I tried to use both focusContent and restorerange methods, after inserting the image, but they both fails

Any idea?