mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
tidy(ui): remove extraneous prop extraction
This commit is contained in:
committed by
Mary Hipp Rogers
parent
190ef6732c
commit
fa1fbd89fe
@@ -109,8 +109,6 @@ const IAIDndImage = (props: IAIDndImageProps) => {
|
|||||||
useThumbailFallback,
|
useThumbailFallback,
|
||||||
withHoverOverlay = false,
|
withHoverOverlay = false,
|
||||||
children,
|
children,
|
||||||
onMouseOver,
|
|
||||||
onMouseOut,
|
|
||||||
dataTestId,
|
dataTestId,
|
||||||
...rest
|
...rest
|
||||||
} = props;
|
} = props;
|
||||||
@@ -134,8 +132,6 @@ const IAIDndImage = (props: IAIDndImageProps) => {
|
|||||||
return (
|
return (
|
||||||
<Flex
|
<Flex
|
||||||
ref={ref}
|
ref={ref}
|
||||||
onMouseOver={onMouseOver}
|
|
||||||
onMouseOut={onMouseOut}
|
|
||||||
width="full"
|
width="full"
|
||||||
height="full"
|
height="full"
|
||||||
alignItems="center"
|
alignItems="center"
|
||||||
|
|||||||
Reference in New Issue
Block a user