urbit/pkg/interface
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
..
chat chat: oust correctness fix and js style fix 2019-11-15 13:28:53 -08:00
clock chat: added new JS files, deleted old chat.hoon 2019-10-02 18:30:41 -07:00
launch chat: added new JS files, deleted old chat.hoon 2019-10-02 18:30:41 -07:00
publish publish: correctly set title and body when navigating with next/prev 2019-10-25 15:29:51 -07:00
soto soto: ignores backspace at position 0 2019-11-21 19:34:37 -05:00
timer chat: added new JS files, deleted old chat.hoon 2019-10-02 18:30:41 -07:00
weather weather: fix precipitation display 2019-09-27 17:08:50 +04:00
.gitignore Add 'pkg/interface/' from commit 'ae564f567fccff9413b63158ee821b36652d6b53' 2019-07-23 12:49:05 -07:00
CONTRIBUTING.md contributing / interface: 'confirm' -> 'apply' 2019-08-28 14:05:07 -04:00
urbitrc-sample moved subapps up one directory 2019-07-23 12:59:01 -07:00