A quick fix to ensure that the filter, search, and sorting can work together (#534)

This commit is contained in:
Liu Sida 2024-04-02 22:54:45 +08:00 committed by GitHub
parent 98b942b7f0
commit f5a6d5894b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -426,6 +426,7 @@ export class CustomNodesInstaller extends ComfyDialog {
// Refresh the grid to display sorted data // Refresh the grid to display sorted data
this.createGrid(); this.createGrid();
this.apply_searchbox(this.data);
} }
async createGrid() { async createGrid() {