Forum Discussion
BenKanspedos-8b
3 years agoCommunity Member
Why does this box appear when I do Javascript to copy text to clipboard?
I have some buttons to let user copy text to clipboard. But a weird thing happens. the text shows up on the upper right and it doesn't go away.
It's a bit annoying.
How can I get rid of it?
...
MathNotermans-9
3 years agoCommunity Member
You are doing this in your code. The line document.body.append(textArea)
does that. It adds a textArea to the HTML.