A quick fix to ensure that the filter, search, and sorting can work together

This commit is contained in:
Sida Liu 2024-04-02 20:09:58 +08:00
parent abae9638ac
commit 6ae1620a36

View File

@ -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() {