From: Benjamin Auder Date: Sat, 15 Feb 2020 23:43:10 +0000 (+0100) Subject: Avoid superposing modals X-Git-Url: https://git.auder.net/?p=vchess.git;a=commitdiff_plain;h=3e4e742cadbb8a53e9a029891c32d5879d7ef136 Avoid superposing modals --- diff --git a/client/src/views/Hall.vue b/client/src/views/Hall.vue index 957ffad9..ac2bd78f 100644 --- a/client/src/views/Hall.vue +++ b/client/src/views/Hall.vue @@ -297,6 +297,7 @@ export default { { // Available, in Hall this.newchallenge.to = this.people[sid].name; + document.getElementById("modalPeople").checked = false; doClick("modalNewgame"); } else