mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-13 20:03:51 +02:00
Fix bulk leave groups
This commit is contained in:
@@ -2948,7 +2948,7 @@
|
||||
// Leave (remove user from) all selected groups
|
||||
function bulkLeaveGroups() {
|
||||
for (const groupId of userDialogGroupEditSelectedGroupIds.value) {
|
||||
leaveGroupPrompt(groupId);
|
||||
leaveGroup(groupId);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user