Files
P4RS3LT0NGV3/js
Parzival-Moksha c2785b14d6 Fix emoji category filtering bug
The category tabs were not working because the click handler was:
1. Removing the entire container (including tabs)
2. Re-rendering everything
3. Trying to read the active tab (which no longer existed)

Fixed by:
- Only clearing the emoji grid (gridContainer.innerHTML = '')
- Rebuilding just the emoji buttons
- Preserving the category tabs and their active state

Now clicking different categories properly filters emojis.
2025-10-16 23:51:29 +02:00
..