mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-07 05:55:03 -05:00
fix: 🐛 export the region wrapper
am silly
This commit is contained in:
committed by
psychedelicious
parent
53bdaba7b6
commit
75c91604bb
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user