mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-01-02 02:00:53 +08:00
A quick fix to ensure that the filter, search, and sorting can work together (#534)
This commit is contained in:
parent
98b942b7f0
commit
f5a6d5894b
@ -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() {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user