From 94d0c18cbd424d38c87473f95a9c2b968b83119a Mon Sep 17 00:00:00 2001 From: psychedelicious <4822129+psychedelicious@users.noreply.github.com> Date: Wed, 30 Aug 2023 13:22:59 +1000 Subject: [PATCH] feat(ui): remove highlighto n mouseover --- .../components/flow/nodes/Invocation/fields/InputField.tsx | 2 +- .../components/flow/nodes/Invocation/fields/LinearViewField.tsx | 2 +- 2 files changed, 2 insertions(+), 2 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 6a931879a0..1322a46994 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 @@ -161,7 +161,7 @@ const InputFieldWrapper = memo( }} > {children} - + {/* */} ); } diff --git a/invokeai/frontend/web/src/features/nodes/components/flow/nodes/Invocation/fields/LinearViewField.tsx b/invokeai/frontend/web/src/features/nodes/components/flow/nodes/Invocation/fields/LinearViewField.tsx index cbf4a19137..35c60b9acd 100644 --- a/invokeai/frontend/web/src/features/nodes/components/flow/nodes/Invocation/fields/LinearViewField.tsx +++ b/invokeai/frontend/web/src/features/nodes/components/flow/nodes/Invocation/fields/LinearViewField.tsx @@ -74,7 +74,7 @@ const LinearViewField = ({ nodeId, fieldName }: Props) => { - + {/* */} ); };