This commit is contained in:
Joseph Cheung 2023-03-01 21:57:07 +08:00
parent 055ca72027
commit f951b48e41
2 changed files with 1043 additions and 2 deletions

File diff suppressed because one or more lines are too long

View file

@ -1762,7 +1762,7 @@ function send_modalchat(elem)
return 1
}
})
for (st in fulltext)
for (let st=0;st< Math.min(3,fulltext.length);++st)
{
if(keytextres.indexOf(fulltext[st])==-1)
keytextres.unshift(fulltext[st])