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
|
||||
image={controlImage}
|
||||
onDrop={handleDrop}
|
||||
isDropDisabled={!shouldShowProcessedImage}
|
||||
isUploadDisabled={Boolean(controlImage)}
|
||||
isDropDisabled={shouldShowProcessedImage}
|
||||
isUploadDisabled={shouldShowProcessedImage}
|
||||
postUploadAction={{ type: 'SET_CONTROLNET_IMAGE', controlNetId }}
|
||||
imageSx={{
|
||||
w: 'full',
|
||||
|
Loading…
Reference in New Issue
Block a user