jquery / jquery-wp-content

WordPress themes and plugins for the jQuery sites
GNU General Public License v2.0
253 stars 169 forks source link

All: Fix the copy to clipboard button #422

Closed mgol closed 4 years ago

mgol commented 4 years ago

The Clipboard.js library often doesn't really copy to clipboard despite reporting it completed successfully. Instead, this PR switches from it to a polyfill to a native clipboard async API that works (tested in Chrome 81, Firefox 75 & Safari 13.1).

Fixes jquery/codeorigin.jquery.com#49