Convert enter property key to int
This commit is contained in:
@@ -287,7 +287,7 @@ function setEnterPropertyKey(key) {
|
|||||||
if (key == -1) {
|
if (key == -1) {
|
||||||
enterPropertyKey = null;
|
enterPropertyKey = null;
|
||||||
} else {
|
} else {
|
||||||
enterPropertyKey = key;
|
enterPropertyKey = toInteger(key);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user