crosswordnexus / html5-crossword-solver

An HTML5 crossword solver that can handle JPZ files
BSD 3-Clause "New" or "Revised" License
9 stars 12 forks source link

Don't announce the puzzle is solved if it was already in a solved state #108

Closed jbierema closed 1 year ago

jbierema commented 1 year ago

This is especially relevant for a puzzle where the solution is not included. If someone completes the puzzle but then realizes a word needs to be changed, every letter that is modified will call up the message that the puzzle is completed, which makes editing multiple letters a tedious process. (Deleting a letter is a workaround of course.)

crosswordnexus commented 1 year ago

Thanks! I'll take a look at this.