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

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

Place cursor at end of initial content #147

Closed mtr1012 closed 5 years ago

mtr1012 commented 5 years ago

I am using react-native-zss-rich-text-editor to display and edit HTML content. I am using focusContent() function to focus on the content field. My problem is the cursor always place at start of initial content: https://www.youtube.com/watch?v=gVLfUXxpwWM I want the cursor place at end of initial content. Anyone please help Many thanks

TharaViswa commented 5 years ago

Have you find any solution?

mtr1012 commented 5 years ago

Have you find any solution?

https://github.com/mtr1012/react-native-zss-rich-text-editor/commit/3f77680133463d1e0c21b5402806d7bba6b03179

here it is, i've fixed it