mirror of
https://framagit.org/JonathanMM/sutom.git
synced 2026-03-14 20:55:46 +01:00
Mise à jour du clavier une fois le mot validé
This commit is contained in:
parent
75ee5288bd
commit
a2fcfad658
1 changed files with 1 additions and 1 deletions
|
|
@ -100,12 +100,12 @@ export default class Gestionnaire {
|
|||
this._grille.validerMot(mot, resultats, isBonneReponse, skipAnimation, () => {
|
||||
this._input.updateClavier(resultats);
|
||||
if (isBonneReponse || this._propositions.length === this._maxNbPropositions) {
|
||||
this._input.bloquer();
|
||||
this._victoirePanel.afficher(isBonneReponse, this._motATrouver);
|
||||
}
|
||||
});
|
||||
|
||||
if (isBonneReponse || this._propositions.length === this._maxNbPropositions) {
|
||||
this._input.bloquer();
|
||||
this._victoirePanel.genererResume(isBonneReponse, this._resultats);
|
||||
this.enregistrerPartieDansStats();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue