From 2f656cc3573ac8e8af24b2dd68b1783659c80f6d Mon Sep 17 00:00:00 2001 From: psychedelicious <4822129+psychedelicious@users.noreply.github.com> Date: Tue, 23 Jan 2024 21:40:18 +1100 Subject: [PATCH] fix(ui): fix field context menu jank Closes #5551 --- .../nodes/Invocation/fields/InputField.tsx | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/invokeai/frontend/web/src/features/nodes/components/flow/nodes/Invocation/fields/InputField.tsx b/invokeai/frontend/web/src/features/nodes/components/flow/nodes/Invocation/fields/InputField.tsx index 65ffbccb6f..0de87b8f58 100644 --- a/invokeai/frontend/web/src/features/nodes/components/flow/nodes/Invocation/fields/InputField.tsx +++ b/invokeai/frontend/web/src/features/nodes/components/flow/nodes/Invocation/fields/InputField.tsx @@ -109,28 +109,28 @@ const InputField = ({ nodeId, fieldName }: Props) => { return ( - - {(ref) => ( - - + + + + {(ref) => ( - - - - )} - + )} + + + + {fieldTemplate.input !== 'direct' && (