sudodoki / copy-to-clipboard

Copy stuff into clipboard from your browser using JS
http://sudodoki.github.io/copy-to-clipboard/example/
MIT License
1.28k stars 132 forks source link

Make copy command work inside Modal HTML Dialogs #137

Open everdimension opened 10 months ago

everdimension commented 10 months ago

Hello!

I've found that copy-to-clipboard doesn't work inside HTML Dialogs.

I have found a fix which you can see in this PR.

If you're interested in merging this fix, I can add an additional example to the example folder and update tests.

Tell me what you think, thanks!