Fix being able to permanently remove letters from the anagram
Currently, it is possible to use backspace or click on letters in the user's answer, which moves them back to the anagram while the guess is being checked. However, this causes the letters to disappear permanently, as the anagram is overridden by the letters from the user's answer after the resetTimer completes. This merge request aims to fix this issue.