You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The existing copy functionality that creates a copy button and handles onclick copy to clipboard does not work as intended (checked on multiple browsers).
I'm not sure exactly what doesn't work (though there's old crud there e.g. flash code). Might be a good idea to move to newer clipboard APIs e.g. Clipboard.write()
The text was updated successfully, but these errors were encountered:
The existing copy functionality that creates a copy button and handles onclick copy to clipboard does not work as intended (checked on multiple browsers).
prefix.cc/script.js
Line 82 in cbc85c0
I'm not sure exactly what doesn't work (though there's old crud there e.g. flash code). Might be a good idea to move to newer clipboard APIs e.g.
Clipboard.write()
The text was updated successfully, but these errors were encountered: