mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 22:24:23 +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…
x
Reference in New Issue
Block a user