mirror of
https://github.com/wilsonfreitas/awesome-quant.git
synced 2026-07-27 20:07:50 +00:00
3c4fe97145
The tag cloud buttons were not triggering filters because the event listener was only attached to the table body. Refactored tag click handling into a shared function and added a separate listener for the tag cloud outside the table. Now clicking any tag (table or cloud) applies the filter correctly.