sio2project / oioioi

GNU General Public License v3.0
160 stars 70 forks source link

Fix copying code to clipboard on http #365

Closed MasloMaslane closed 2 months ago

MasloMaslane commented 2 months ago

Copying to clipboard with navigator.clipboard is not allowed when using http. This PR fixes this using document.execCommand(). Although this function has been deprecated, most browsers still support it.