We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d40c7d4 commit dfd4cd6Copy full SHA for dfd4cd6
1 file changed
dt-assets/js/modular-list.js
@@ -3120,10 +3120,10 @@
3120
}
3121
3122
/**
3123
- * Split By Feature
+ * Split By Feature — delegate so clicks work after setup_filters() replaces
3124
+ * #list-filter-tabs HTML (e.g. when get_filter_counts refreshes filter payload).
3125
*/
-
3126
- $('#split_by_current_filter_button').on('click', function () {
+ $(document).on('click', '#split_by_current_filter_button', function () {
3127
refresh_split_by_view();
3128
});
3129
0 commit comments