mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(ui): image not getting selected
This commit is contained in:
parent
778922e603
commit
171f2aa20d
@ -171,6 +171,7 @@ const GalleryImage = (props: HoverableImageProps) => {
|
||||
borderTopEndRadius="base"
|
||||
borderBottomStartRadius="base"
|
||||
sx={badgeSx}
|
||||
pointerEvents={isSelected ? 'auto': 'none'}
|
||||
>{`${imageDTO.width}x${imageDTO.height}`}</Text>
|
||||
)}
|
||||
<IAIDndImageIcon onClick={toggleStarredState} icon={starIcon} tooltip={starTooltip} />
|
||||
|
@ -102,7 +102,7 @@ const ModelList = () => {
|
||||
{isLoadingIPAdapterModels && <FetchingModelsLoader loadingMessage="Loading IP Adapters..." />}
|
||||
{!isLoadingIPAdapterModels && filteredIPAdapterModels.length > 0 && (
|
||||
<ModelListWrapper
|
||||
title={t('modelManager.ipAdapters')}
|
||||
title={t('common.ipAdapter')}
|
||||
modelList={filteredIPAdapterModels}
|
||||
key="ip-adapters"
|
||||
/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user