Merge pull request #35902 from 0xsatoshi99/fix-saved-filter-click-area
fix: make entire row clickable for saved filters
This commit is contained in:
commit
06f3a0a143
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ export default class ListFilter {
|
|||
const $item = this.filter_template(filter);
|
||||
|
||||
// Apply filter
|
||||
$item.find(".filter-label").on("click", () => {
|
||||
$item.find(".dropdown-item").on("click", () => {
|
||||
this.apply_saved_filter(filter.name, filter.filter_name);
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue