mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
fix(ui): fix controlnet dnd overlay not showing on dragover
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user