fuzzy icon indicating copy to clipboard operation
fuzzy copied to clipboard

Better integration with clients that aren't willing to use innerHTML

Open mattyork opened this issue 7 years ago • 1 comments

Right now fuzzy returns formatted string results like this:

"<b>t</b>est"

That doesn't work well with clients that don't insert into the DOM with innerHTML, like React. Need to find a better way

mattyork avatar Sep 25 '16 19:09 mattyork

Check out PR #17 for an example

mattyork avatar Sep 25 '16 19:09 mattyork