A quick fix to ensure that the filter, search, and sorting can work together (#534)
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user