mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-24 13:50:49 +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
|
||||
this.createGrid();
|
||||
this.apply_searchbox(this.data);
|
||||
}
|
||||
|
||||
async createGrid() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user