jmviz / Phil

A fork of Phil, a crossword maker.
https://jmviz.github.io/Phil/
Apache License 2.0
18 stars 5 forks source link

Autofill not working on 2-letter words #2

Closed dlisjak-bit closed 1 year ago

dlisjak-bit commented 1 year ago

Any idea why? Everything else is ok, but when a crossword includes an empty 2-letter word, the autofill instantly says no solutions. 1-letter is ok and anything above 2 is ok.

dlisjak-bit commented 1 year ago

Line 845 in cross.js inside runSolvePending should have a for loop starting at 2, not 3. It works after set to 2.

dlisjak-bit commented 1 year ago

(Closed the issue, but still recommend you to fix it if you're still working on the project.)