From ff3aa571177be54431ea3593ea4b1017c4ec38b6 Mon Sep 17 00:00:00 2001 From: psychedelicious <4822129+psychedelicious@users.noreply.github.com> Date: Fri, 5 May 2023 14:48:18 +1000 Subject: [PATCH] feat(ui): fix endless gallery scroll for single col layout --- .../web/src/features/gallery/components/ImageGalleryContent.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/invokeai/frontend/web/src/features/gallery/components/ImageGalleryContent.tsx b/invokeai/frontend/web/src/features/gallery/components/ImageGalleryContent.tsx index db5d23b62d..0ae6d29021 100644 --- a/invokeai/frontend/web/src/features/gallery/components/ImageGalleryContent.tsx +++ b/invokeai/frontend/web/src/features/gallery/components/ImageGalleryContent.tsx @@ -298,6 +298,7 @@ const ImageGalleryContent = () => { setScrollerRef(ref)} itemContent={(index, image) => { const { name } = image;