imnapo / react-native-cn-quill

Quill rich-text editor for react-native
MIT License
185 stars 72 forks source link

Support Placeholders with Apostrophes #117

Open jakehasler opened 1 year ago

jakehasler commented 1 year ago

I found that whenever I had a placeholder with an apostrophe, (i.e. "What's happening today?"), that the editor would fail to render. This simple PR fixes that.