fix(zoeken): bottom-tab search button stopped working after htmx navigation
The button captured #search-overlay once, but that overlay lives in the chrome
which is OOB-replaced on every htmx nav → reference went stale → button did
nothing. Now via delegation + looking up the overlay fresh on each click (as the
desktop button already did). Guard against double-wiring.
Co-Authored-By: Claude <noreply@…>
(No files)
Note:
See TracChangeset
for help on using the changeset viewer.