diff --git a/invokeai/frontend/web/src/common/components/FocusRegionWrapper.tsx b/invokeai/frontend/web/src/common/components/FocusRegionWrapper.tsx index c40e9165b7..dd09e158bc 100644 --- a/invokeai/frontend/web/src/common/components/FocusRegionWrapper.tsx +++ b/invokeai/frontend/web/src/common/components/FocusRegionWrapper.tsx @@ -27,7 +27,7 @@ const FOCUS_REGION_STYLES: SystemStyleObject = { }, }; -const FocusRegionWrapper = memo( +export const FocusRegionWrapper = memo( ({ region, focusOnMount = false, sx, children, ...boxProps }: FocusRegionWrapperProps) => { const shouldHighlightFocusedRegions = useAppSelector(selectSystemShouldEnableHighlightFocusedRegions);