jmviz / Phil

A fork of Phil, a crossword maker.

Home Page:https://jmviz.github.io/Phil/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Autofill not working on 2-letter words

dlisjak-bit opened this issue · comments

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.

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

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