Fix filter toggle preview: use $dropdown.on() instead of $(document).on()

- Move toggle-count click handler next to filter-group-toggle handler
- Use this.$dropdown.on() for proper event delegation within dropdown context
- Ensures self reference is correctly captured for showFilterGroupPreviewPopover

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-28 10:32:44 +00:00
parent ea73b31e58
commit cbebb32af5
4 changed files with 36 additions and 36 deletions

File diff suppressed because one or more lines are too long