Add: show space indicator

This commit is contained in:
2019-06-24 08:12:39 +09:00
parent d800d41313
commit cb9ac3a017
3 changed files with 25 additions and 82 deletions
+1 -1
View File
@@ -133,7 +133,7 @@ TypingTextManager.prototype.makeShortSentences = function(sentence) {
var wordLength = words[i].length;
if(wordLength > TypingTextManager.SENTENCE_MAX_CHARACTER) {
console.log(words[i]);
// console.log(words[i]);
if(shortSentences[sentenceIndex].legnth > 0)
sentenceIndex++;