bugfix: invalid filter state
This commit is contained in:
@@ -566,6 +566,10 @@ class CustomNodesInstaller extends ComfyDialog {
|
||||
self.apply_searchbox();
|
||||
});
|
||||
|
||||
if(self.filter) {
|
||||
combo.value = self.filter;
|
||||
}
|
||||
|
||||
return combo;
|
||||
}
|
||||
|
||||
@@ -945,6 +949,10 @@ class AlternativesInstaller extends ComfyDialog {
|
||||
self.apply_searchbox();
|
||||
});
|
||||
|
||||
if(self.filter) {
|
||||
combo.value = self.filter;
|
||||
}
|
||||
|
||||
return combo;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user