From ec474d5e7d302fb27127c9009915009de19aec8a Mon Sep 17 00:00:00 2001 From: TrimmingFool Date: Thu, 16 Nov 2023 13:19:16 +0100 Subject: [PATCH] fixup! category-list: Separate presentation and control --- js/category-list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/category-list.js b/js/category-list.js index ab2cdea68..63a1becf7 100644 --- a/js/category-list.js +++ b/js/category-list.js @@ -552,7 +552,7 @@ export class CategoryList { (_, i) => !removedSearchIndices.has(i) ); this.selection.select("psearch", []); - this.this.onSearchesChanged(); + this.onSearchesChanged(); } removeAllTextSearches() {