Use the clipboard API for copy paste

The Document.execCommand API is deprecated and no longer recommended to be used. It's replacement is the much simpler navigator.clipboard API which is supported in all browsers except internet explorer.

Merge request reports

Loading