Skip to content

Commit

Permalink
docs(website): fix copy paste
Browse files Browse the repository at this point in the history
Closes #372
  • Loading branch information
gregberge committed Dec 27, 2019
1 parent 9222c79 commit c54c709
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion website/src/components/playground/Playground.js
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,9 @@ export function Playground() {
onKeyDown={event => {
// Detect copy
if ((event.metaKey || event.ctrlKey) && event.key === 'c') {
dialog.show()
setTimeout(() => {
dialog.show()
}, 50)
}
}}
>
Expand Down

1 comment on commit c54c709

@vercel
Copy link

@vercel vercel bot commented on c54c709 Dec 27, 2019

Choose a reason for hiding this comment

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

Please sign in to comment.