shrub/pkg/arvo/app/soto/js
Matilde Park 943ee0ede0 soto: ignores backspace at position 0
The keypress handler would check if backspace was past position 0
before deleting one character at that position. If you were at position
0, then it would drop down to the 'else' and send the key value as a
string, throwing off the state between front and back end. This commit
fixes the issue, ignoring Backspace at position 0.
2019-11-21 19:34:37 -05:00
..
index.js soto: ignores backspace at position 0 2019-11-21 19:34:37 -05:00
tile.js soto: ignores backspace at position 0 2019-11-21 19:34:37 -05:00