tidy,docs(ui): focus region logic

This commit is contained in:
psychedelicious
2024-09-30 18:36:16 +10:00
parent fcdbb729d3
commit cd6ef3edb3
18 changed files with 198 additions and 159 deletions

View File

@@ -1,6 +1,6 @@
import { Tag, TagCloseButton, TagLabel } from '@invoke-ai/ui-library';
import { useAppDispatch, useAppSelector } from 'app/store/storeHooks';
import { useIsRegionFocused } from 'common/hooks/interactionScopes';
import { useIsRegionFocused } from 'common/hooks/focus';
import { useGalleryImages } from 'features/gallery/hooks/useGalleryImages';
import { selectionChanged } from 'features/gallery/store/gallerySlice';
import { useRegisteredHotkeys } from 'features/system/components/HotkeysModal/useHotkeyData';