From f5a6d5894b59895b46445fdac81f18965121cf61 Mon Sep 17 00:00:00 2001 From: Liu Sida Date: Tue, 2 Apr 2024 22:54:45 +0800 Subject: [PATCH] A quick fix to ensure that the filter, search, and sorting can work together (#534) --- js/custom-nodes-downloader.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/custom-nodes-downloader.js b/js/custom-nodes-downloader.js index 333eb2ec..73d06eea 100644 --- a/js/custom-nodes-downloader.js +++ b/js/custom-nodes-downloader.js @@ -426,6 +426,7 @@ export class CustomNodesInstaller extends ComfyDialog { // Refresh the grid to display sorted data this.createGrid(); + this.apply_searchbox(this.data); } async createGrid() {