File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
invokeai/frontend/web/src/features/gallery/components/ImageGrid Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 11import { combine } from '@atlaskit/pragmatic-drag-and-drop/combine' ;
22import { draggable , monitorForElements } from '@atlaskit/pragmatic-drag-and-drop/element/adapter' ;
33import type { FlexProps , SystemStyleObject } from '@invoke-ai/ui-library' ;
4- import { Box , Flex , Icon , Image } from '@invoke-ai/ui-library' ;
4+ import { Flex , Icon , Image } from '@invoke-ai/ui-library' ;
55import { createSelector } from '@reduxjs/toolkit' ;
66import type { AppDispatch , AppGetState } from 'app/store/store' ;
77import { useAppSelector , useAppStore } from 'app/store/storeHooks' ;
@@ -28,8 +28,6 @@ import { PiImageBold } from 'react-icons/pi';
2828import { imagesApi } from 'services/api/endpoints/images' ;
2929import type { ImageDTO } from 'services/api/types' ;
3030
31- const GALLERY_IMAGE_CLASS = 'gallery-image' ;
32-
3331const galleryImageContainerSX = {
3432 containerType : 'inline-size' ,
3533 w : 'full' ,
@@ -255,7 +253,7 @@ export const GalleryImage = memo(({ imageDTO }: Props) => {
255253 data-selected-for-compare = { isSelectedForCompare }
256254 >
257255 < Image
258- pointerEvents = { ' none' }
256+ pointerEvents = " none"
259257 src = { imageDTO . thumbnail_url }
260258 w = { imageDTO . width }
261259 fallback = { < GalleryImagePlaceholder /> }
You can’t perform that action at this time.
0 commit comments