oops
This commit is contained in:
parent
3e7cea2063
commit
79cda5d86e
1 changed files with 1 additions and 1 deletions
|
@ -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(() => {
|
||||||
|
|
Loading…
Add table
Reference in a new issue