emoji-picker icon indicating copy to clipboard operation
emoji-picker copied to clipboard

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

Open lookog opened this issue 8 years ago • 0 comments

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.

lookog avatar Oct 22 '16 07:10 lookog