diff --git a/src/lib/navigator/EventNetwork/Legend.svelte b/src/lib/navigator/EventNetwork/Legend.svelte index 12a68da..8dd5bb7 100644 --- a/src/lib/navigator/EventNetwork/Legend.svelte +++ b/src/lib/navigator/EventNetwork/Legend.svelte @@ -77,7 +77,7 @@ function invertTagSelection() { // Invert selection - toggle all tags one by one - const allTagIds = tagAnchors.map((anchor: any) => `${anchor.type}-${anchor.label}`); + const allTagIds = tagAnchors.map((anchor: any) => anchor.value); // Process all tags allTagIds.forEach((tagId: string) => { @@ -330,6 +330,16 @@ Alphabetical + + +