From a8d6024352b22c17f5c0c1e28c0128222346028b Mon Sep 17 00:00:00 2001 From: Gregoire Parant Date: Fri, 15 Oct 2021 15:25:23 +0200 Subject: [PATCH] Fix share link for website Signed-off-by: Gregoire Parant --- front/src/Components/Menu/AboutRoomSubMenu.svelte | 2 ++ 1 file changed, 2 insertions(+) diff --git a/front/src/Components/Menu/AboutRoomSubMenu.svelte b/front/src/Components/Menu/AboutRoomSubMenu.svelte index 3ccc9669..16b5c057 100644 --- a/front/src/Components/Menu/AboutRoomSubMenu.svelte +++ b/front/src/Components/Menu/AboutRoomSubMenu.svelte @@ -51,6 +51,7 @@ await navigator.share(shareData); } catch (err) { console.error('Error: ' + err); + copyLink(); } } @@ -63,6 +64,7 @@

Share the link of the room !

+

Information on the map