[web] Return the list itself when group operation is done

This commit is contained in:
Alain Nussbaumer
2024-04-26 21:06:51 +02:00
parent d246c42a99
commit 8a303f340b
8 changed files with 18 additions and 28 deletions

View File

@@ -101,6 +101,7 @@ export class GroupedList {
}, new Map())
// Create index list
this.indices = Array.from(this.itemsGrouped.keys())
return this
}
*generate() {