mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 06:43:51 +02:00
bugfix
This commit is contained in:
@@ -3715,7 +3715,7 @@ CefSharp.BindObjectAsync(
|
||||
this.quickSearchItems = [];
|
||||
if (query) {
|
||||
var QUERY = query.toUpperCase();
|
||||
for (var ctx in this.friends.values()) {
|
||||
for (var ctx of this.friends.values()) {
|
||||
if (ctx.ref) {
|
||||
var NAME = ctx.name.toUpperCase();
|
||||
var match = NAME.includes(QUERY);
|
||||
|
||||
Reference in New Issue
Block a user