emoji-picker
emoji-picker copied to clipboard
Fix Issue#43: mangled text on copy from MS Word
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.