From 16a688212e6773c29197d9805a7b68dad54c56a9 Mon Sep 17 00:00:00 2001 From: Aleksandr Zaitsev Date: Sun, 21 Jul 2024 21:03:02 +0300 Subject: [PATCH] fix join link --- src/views/LobbyView.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/views/LobbyView.vue b/src/views/LobbyView.vue index 2e63128..f5ccfca 100644 --- a/src/views/LobbyView.vue +++ b/src/views/LobbyView.vue @@ -29,7 +29,6 @@ const ready = () => { if (game.mode == 'single') useBotStore().generate() if (board.isAllItemsReady(game.player.items)) game.ready() } - const copyJoinLink = async () => { try { await navigator.clipboard.writeText(window.location.origin + '/join/' + game.id); @@ -71,7 +70,7 @@ onBeforeUnmount(() => {
- +