Skip to content

fixes #49 - uses navigator.clipboard rather than execCommand("copy")

Athan Clark requested to merge athan.clark/Shpadoinkle:docs-clipboard into master

This fixes #49 (closed) - now you can highlight text in a click-to-copy code area without it unselecting it (due to the textarea generation).

Merge request reports