Fix key ID from param util
This commit is contained in:
@@ -1412,7 +1412,7 @@ function getKeyIdFromParams(params) {
|
||||
//}
|
||||
|
||||
for(let i in bindableKeys) {
|
||||
if(bindableKeys[i].indexOf(tempParams.toLowerCase()) != -1) {
|
||||
if(toLowerCase(bindableKeys[i]) == toLowerCase(tempParams)) {
|
||||
return i;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user