Open khumnath opened 4 months ago
Hi @khumnath, few comments are not addressed I believe, can you check once. Thanks!
I have commented on previous requests as I made changes, but I’m not sure where you are expecting my comment to address your request.
learning function need to refine with this change.
other wordBreak keys also should not be wordToLearn.
added
if (isWordBreakKey) { // Remove the word break character for learning wordToLearn = wordToLearn.substr(0, wordToLearn.size() - 1); }
but not working i think.