Created
January 23, 2019 03:18
-
-
Save benkolera/fb8c922b786461c2039b7caabbf1e630 to your computer and use it in GitHub Desktop.
Copy to clipboard
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
copyToClipboard elt doc = do | |
JsHtmlElement.focus elt | |
JsInput.select elt | |
JsDocument.execCommand_ doc ("copy"::String) False (Nothing::Maybe String) | |
pure () |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment