fixed typeof bug
This commit is contained in:
parent
6aabc78bf2
commit
942421321b
@ -53,7 +53,7 @@
|
||||
if (Array.isArray(shortcut)) {
|
||||
shortcut = shortcut[0];
|
||||
}
|
||||
if (shortcut && typeof shortcut !== 'string') {
|
||||
if (shortcut && typeof shortcut === 'string') {
|
||||
if (shortcut.charAt(0) == ':') {
|
||||
shortcut = shortcut.substr(1, shortcut.length - 2);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user