Skip to content

Commit

Permalink
fixup! category-list: Separate presentation and control
Browse files Browse the repository at this point in the history
  • Loading branch information
TrimmingFool committed Nov 16, 2023
1 parent bbd34b5 commit ec474d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/category-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ export class CategoryList {
(_, i) => !removedSearchIndices.has(i)
);
this.selection.select("psearch", []);
this.this.onSearchesChanged();
this.onSearchesChanged();
}

removeAllTextSearches() {
Expand Down

0 comments on commit ec474d5

Please sign in to comment.