mirror of
https://github.com/morten-olsen/catpic.delivery.git
synced 2026-02-08 01:46:26 +01:00
update
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user