You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Space doesn't work as a navigational key because we always call navNext() after type which looks for the first empty cell, but typing a space clears the current cell. To fix we'd need to make sure navNext starts the search at x+1 (or y+1), but only when typing, not when, e.g. tabbing to next entry.
The text was updated successfully, but these errors were encountered:
Space doesn't work as a navigational key because we always call navNext() after type which looks for the first empty cell, but typing a space clears the current cell. To fix we'd need to make sure navNext starts the search at x+1 (or y+1), but only when typing, not when, e.g. tabbing to next entry.
The text was updated successfully, but these errors were encountered: