Skip to content

Commit

Permalink
Atualização da identificação contínua
Browse files Browse the repository at this point in the history
  • Loading branch information
M3nin0 committed May 7, 2019
1 parent 508eb64 commit 71c1f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion escrita-de-texto/static/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
// verifica qual formato de concatenação e insere a predição
if (selectConcat === "Exclusiva") {
textArea.value = gesture;
} else if (selectConcat === "Continua") {
} else if (selectConcat === "Contínua") {
textArea.value += `${gesture} `;
}
});
Expand Down

0 comments on commit 71c1f23

Please sign in to comment.