Load all tiles in zone editor

This commit is contained in:
2024-10-28 23:41:26 +01:00
parent be854a79b8
commit 7c259f455c
8 changed files with 49 additions and 64 deletions

View File

@ -4,4 +4,4 @@ export function uuidv4() {
export function unduplicateArray(array: any[]) {
return [...new Set(array.flat())]
}
}