This commit is contained in:
Atridad Lahiji 2023-07-10 00:34:01 -06:00
parent 3e7cea2063
commit 79cda5d86e
No known key found for this signature in database

View file

@ -202,7 +202,7 @@ const RoomBody: React.FC = () => {
const copyRoomURLHandler = () => { const copyRoomURLHandler = () => {
navigator.clipboard navigator.clipboard
.writeText(window.location.href) .writeText(window.location.href)
.then(async () => { .then(() => {
console.log(`Copied Room Link to Clipboard!`); console.log(`Copied Room Link to Clipboard!`);
setCopied(true); setCopied(true);
setTimeout(() => { setTimeout(() => {