Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed copyToClipboard for terminal decoded input/output #2119

Merged
merged 1 commit into from
Jun 27, 2019
Merged

Conversation

LianaHus
Copy link
Collaborator

@@ -513,7 +513,7 @@ function createTable (opts) {
<tr class="${css.tr}">
<td class="${css.td}"> decoded input </td>
<td class="${css.td}">${opts['decoded input']}
${copyToClipboard(opts['decoded input'])}
${copyToClipboard(() => opts['decoded input'])}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

copyToClipboard takes a callback as argument ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@LianaHus LianaHus merged commit bf049e9 into master Jun 27, 2019
@thecircleoflifefree
Copy link

thecircleoflifefree commented Feb 6, 2020

Currently experiencing issue. There is no much information whether this is tied to compiler version, browser, or any other. Sent heads up on Gitter as well.

getContentthingy_DRP

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants