This commit is contained in:
Morten Olsen
2021-06-09 16:06:49 +02:00
parent b8640fbefa
commit 7c6c1d3489
6 changed files with 195 additions and 36 deletions

View File

@@ -46,7 +46,6 @@ const Welcome: React.FC<{}> = () => {
text.select();
let successful = document.execCommand('copy');
let msg = successful ? 'successful' : 'unsuccessful';
alert('Copy text command was ' + msg);
}, [linkRef]);
useEffect(() => {