react-native-rich-editor icon indicating copy to clipboard operation
react-native-rich-editor copied to clipboard

fix image insert

Open cristianoccazinsp opened this issue 3 years ago • 2 comments
trafficstars

On iOS, if your html is empty and you call insertImage, it does nothing but adding an empty
tag.

With this PR, we add an artificial break line after the image is inserted so the above is fixed.

cristianoccazinsp avatar Jun 20 '22 19:06 cristianoccazinsp

Image Insert is not a must

stulip avatar Apr 03 '23 09:04 stulip