Skip to content
Snippets Groups Projects
Verified Commit 8b6f92f9 authored by Jelle van der Waa's avatar Jelle van der Waa :construction: Committed by Eli Schwartz
Browse files

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.

Signed-off-by: default avatarEli Schwartz <eschwartz@archlinux.org>
parent 8d9f2093
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment