From 7b4826dfbc07a50be7b508cb4435dcb954268ad3 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Fri, 24 Dec 2021 03:19:33 -0700 Subject: [PATCH] Make the button components use the click listen instead of the handler --- web-svelte/src/components/Player.svelte | 4 ++-- web-svelte/src/components/modals/BaseModal.svelte | 2 +- web-svelte/src/views/lobby/multiplayer.svelte | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/web-svelte/src/components/Player.svelte b/web-svelte/src/components/Player.svelte index 418cb06..8bd6641 100644 --- a/web-svelte/src/components/Player.svelte +++ b/web-svelte/src/components/Player.svelte @@ -19,7 +19,7 @@ let canLeave = $myName == $hostName || name == $myName; {#if $myName == name}
modal.options = true} height="60px" width="60px" > @@ -119,14 +119,14 @@ function toggleOptionsModal() {
Start Game Delete Game