From f6b9ccc2f397c30b42caa41b32651e8c62e9c3a5 Mon Sep 17 00:00:00 2001 From: JonathanMM Date: Sun, 30 Jan 2022 19:33:10 +0100 Subject: [PATCH] Mauvaise actualisation du clavier en fin de partie --- ts/input.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/ts/input.ts b/ts/input.ts index d331f7e..8abfe85 100644 --- a/ts/input.ts +++ b/ts/input.ts @@ -178,7 +178,6 @@ export default class Input { } public updateClavier(resultats: Array): void { - if (this._estBloque) return; this._resultats = resultats; // On sauvegarde au cas où on doit redessiner tout le clavier let statutLettres: { [lettre: string]: LettreStatut } = {}; // console.log(statutLettres);