mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-03 18:15:19 -05: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,
|
||||
withHoverOverlay = false,
|
||||
children,
|
||||
onMouseOver,
|
||||
onMouseOut,
|
||||
dataTestId,
|
||||
...rest
|
||||
} = props;
|
||||
@@ -134,8 +132,6 @@ const IAIDndImage = (props: IAIDndImageProps) => {
|
||||
return (
|
||||
<Flex
|
||||
ref={ref}
|
||||
onMouseOver={onMouseOver}
|
||||
onMouseOut={onMouseOut}
|
||||
width="full"
|
||||
height="full"
|
||||
alignItems="center"
|
||||
|
||||
Reference in New Issue
Block a user