God damnit
This commit is contained in:
parent
0b826d5d6d
commit
ed6a58d130
@ -1103,8 +1103,7 @@
|
||||
key = '<Esc>';
|
||||
} else if ((48 <= kc && kc <= 57)) {
|
||||
key = String.fromCharCode(kc);
|
||||
}
|
||||
if (kc === 8) {
|
||||
} else if (kc === 8) {
|
||||
key = '';
|
||||
} else {
|
||||
key = this.value;
|
||||
|
||||
@ -888,7 +888,7 @@ options =
|
||||
key = '<Esc>'
|
||||
else if 48 <= kc <= 57 #0-9
|
||||
key = String.fromCharCode kc
|
||||
if kc is 8
|
||||
else if kc is 8
|
||||
key = ''
|
||||
else
|
||||
key = @value
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user