jmadler / emoji-picker

Add a slick emoji selector to input fields and textareas on your website.
Other
1.31k stars 318 forks source link

Fix Issue#43: mangled text on copy from MS Word #44

Closed lookog closed 1 year ago

lookog commented 7 years ago

It looks like the library is taking text and adding \n newline characters at certain places and then later doing a string join on newline while eliminating the spaces in between words. I was able to handle this by doing this one-line change.