From 91d981a49ef60642fa91beed2391a17a3c75ddcb Mon Sep 17 00:00:00 2001 From: psychedelicious <4822129+psychedelicious@users.noreply.github.com> Date: Mon, 18 Nov 2024 18:05:23 -0600 Subject: [PATCH] fix(ui): reactflow drag interactions with custom scrollbar --- .../ImageFieldCollectionInputComponent.tsx | 20 ++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/invokeai/frontend/web/src/features/nodes/components/flow/nodes/Invocation/fields/inputs/ImageFieldCollectionInputComponent.tsx b/invokeai/frontend/web/src/features/nodes/components/flow/nodes/Invocation/fields/inputs/ImageFieldCollectionInputComponent.tsx index f4ef599c54..f0c6566e13 100644 --- a/invokeai/frontend/web/src/features/nodes/components/flow/nodes/Invocation/fields/inputs/ImageFieldCollectionInputComponent.tsx +++ b/invokeai/frontend/web/src/features/nodes/components/flow/nodes/Invocation/fields/inputs/ImageFieldCollectionInputComponent.tsx @@ -73,7 +73,16 @@ export const ImageFieldCollectionInputComponent = memo( ); return ( - + {(!field.value || field.value.length === 0) && ( 0 && ( - - + + {field.value.map(({ image_name }) => (