From 6ae1620a3623fe1290608520efdea4c44d5f5864 Mon Sep 17 00:00:00 2001 From: Sida Liu Date: Tue, 2 Apr 2024 20:09:58 +0800 Subject: [PATCH] A quick fix to ensure that the filter, search, and sorting can work together --- 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() {