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

React Native rich text editor based on ZSSRichTextEditor
Other
839 stars 310 forks source link

Add support for adding listeners to selected text change #9

Closed yevhenpavliuk closed 7 years ago

yevhenpavliuk commented 7 years ago

We need to be notified by the editor when the selected text changes.

I also refactored sending selection change messages. Before a large number of them were duplicates. That led to unneeded, excessive cycles of re-rendering of the toolbar.