react-native-rich-editor
react-native-rich-editor copied to clipboard
fix broken check box action usage
This pr fixes the issue: https://github.com/wxik/react-native-rich-editor/issues/232
Currently the checkbox action is not work well. It breaks the content when you add a checkbox and add new lines.
I add broken example screenshots and fixed one.
Here is the broken one, it is trying to include every content in the html:
Broken on new line:
Fixed version:
Hi @stulip, can you review this one when you available?
+1 @stulip . Thank you so much.