forked from FoundKeyGang/FoundKey
parent
ba18589986
commit
751921e24f
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ watch(q, () => {
|
|||
return;
|
||||
}
|
||||
|
||||
const newQ = q.value.replace(/:/g, '');
|
||||
const newQ = q.value.replace(/:/g, '').toLowerCase();
|
||||
|
||||
const searchCustom = () => {
|
||||
const max = 8;
|
||||
|
|
Loading…
Reference in a new issue