viresh-ratnakar / exolve

Online interactive crossword software in JavaScript
MIT License
73 stars 15 forks source link

Multi-light entries: the input location only jumps after the first light #16

Closed Antagony1060 closed 4 years ago

Antagony1060 commented 4 years ago

In this mini-puzzle I'm testing, where the first clue is a three word entry spanning four lights, after typing the first word input jumps to the second light as expected, but it doesn't jump again after that.

It's also drawn a couple of unnecessary line bars adjacent to black squares, so you may want to take a look at that as well.

viresh-ratnakar commented 4 years ago

Thanks for the catch!

Fixed with v0.38, ptal.

Antagony1060 commented 4 years ago

Super fast response and it's working great now, thank you!