austin-crumbles / minesniffer

0 stars 0 forks source link

Grid size validation not working #9

Closed austin-crumbles closed 2 years ago

austin-crumbles commented 2 years ago

The grid size validator should update every time the grid size entry box loses focus. Now it does nothing.

austin-crumbles commented 2 years ago

The validator registered to the Entry elements were not firing properly. Changed the validator command to only fire on loss of focus. Works as intended now!