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