mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-06 22:46:06 +02:00
Fix joining group from search
This commit is contained in:
@@ -658,8 +658,7 @@
|
|||||||
.then((args) => {
|
.then((args) => {
|
||||||
const map = new Map();
|
const map = new Map();
|
||||||
for (const json of args.json) {
|
for (const json of args.json) {
|
||||||
const ref = applyGroup(json);
|
map.set(json.id, json);
|
||||||
map.set(ref.id, ref);
|
|
||||||
}
|
}
|
||||||
searchGroupResults.value = Array.from(map.values());
|
searchGroupResults.value = Array.from(map.values());
|
||||||
return args;
|
return args;
|
||||||
|
|||||||
Reference in New Issue
Block a user