fix(model-selector): resolve virtual scroll bug when typing quickly (#21659)
This commit is contained in:
@@ -159,9 +159,7 @@
|
||||
})
|
||||
).filter((item) => !(item.model?.info?.meta?.hidden ?? false));
|
||||
|
||||
$: if (selectedTag || selectedConnectionType) {
|
||||
resetView();
|
||||
} else {
|
||||
$: if (selectedTag !== undefined || selectedConnectionType !== undefined || searchValue !== undefined) {
|
||||
resetView();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user