mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(ui): escape on embedding popup closes it
This commit is contained in:
parent
9cee861b4c
commit
2454b51d51
@ -115,6 +115,7 @@ const ParamEmbeddingPopover = (props: Props) => {
|
|||||||
nothingFound="No matching Embeddings"
|
nothingFound="No matching Embeddings"
|
||||||
itemComponent={IAIMantineSelectItemWithTooltip}
|
itemComponent={IAIMantineSelectItemWithTooltip}
|
||||||
disabled={data.length === 0}
|
disabled={data.length === 0}
|
||||||
|
onDropdownClose={onClose}
|
||||||
filter={(value, item: SelectItem) =>
|
filter={(value, item: SelectItem) =>
|
||||||
item.label
|
item.label
|
||||||
?.toLowerCase()
|
?.toLowerCase()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user