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