Skip to content
Commit ffcf2f4e authored by Tushar Maheshwari's avatar Tushar Maheshwari
Browse files

fix nextWord logic to prevent infinite loop in certain cases

If the word contains any of the revealed characters, such as dashes, spaces,
middot or apostrophe, the loop to update them in the visible word doesn't make
progress. It starts from the beginning of the original word each iteration.
Since there are no changes in the original word, if it loops, it loops forever.
parent 2eccfc8a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment