viresh-ratnakar / exet

Web app for crossword construction: designing a grid, filling the grid, creating straight or cryptic clues, and downloading as Exolve or .puz. All data is saved locally, no crosswords are sent to any server.
https://viresh-ratnakar.github.io/exet.html
MIT License
43 stars 12 forks source link

Typed clues lost if focus is changed too fast. #21

Closed elwoodpd closed 2 years ago

elwoodpd commented 2 years ago

I don't know if this has always been the case, but when you click away from editing a clue too soon, everything you typed is lost.

Steps to reproduce: type a clue. When you finish typing press tab. When you go back to the clue it will be replaced with the default message about drafts.

viresh-ratnakar commented 2 years ago

True, and I think this has become more likely since I recently increased the buffer lag before processing a clue-edit, to allow more time for making enum changes. Will fix asap!

viresh-ratnakar commented 2 years ago

I've fixed this now, with v0.69.

viresh-ratnakar commented 2 years ago

Closing; please reopen if something related recurs.