zaycation / jewel-jack

A react based successor to blackjack - with jewels of course!!
4 stars 5 forks source link

Copy to clipboard not working within Swal2 modal #20

Open zaycation opened 3 years ago

zaycation commented 3 years ago

https://github.com/zaycation/jewel-jack/blob/f393bce7913d2509d6e06141bfb836754978116a/src/components/Game.js#L138

This same exact line of code works for the button below the game, but doesn't seem to work within the sweetalert2 modal. Try and resolve this conflict if you can!

TisRyno commented 3 years ago

Copying via code is notoriously difficult due to browser restrictions for safety.

I'd suggest using a library like Clipboard.js for full compatibility