mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(ui): fix controlnet dnd overlay not showing on dragover
This commit is contained in:
parent
013e2aa2a1
commit
b6dec2b826
@ -106,8 +106,8 @@ const ControlNetImagePreview = (props: Props) => {
|
|||||||
<IAIDndImage
|
<IAIDndImage
|
||||||
image={controlImage}
|
image={controlImage}
|
||||||
onDrop={handleDrop}
|
onDrop={handleDrop}
|
||||||
isDropDisabled={!shouldShowProcessedImage}
|
isDropDisabled={shouldShowProcessedImage}
|
||||||
isUploadDisabled={Boolean(controlImage)}
|
isUploadDisabled={shouldShowProcessedImage}
|
||||||
postUploadAction={{ type: 'SET_CONTROLNET_IMAGE', controlNetId }}
|
postUploadAction={{ type: 'SET_CONTROLNET_IMAGE', controlNetId }}
|
||||||
imageSx={{
|
imageSx={{
|
||||||
w: 'full',
|
w: 'full',
|
||||||
|
Loading…
Reference in New Issue
Block a user