mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
feat(ui): fix endless gallery scroll for single col layout
This commit is contained in:
parent
49db6f4fac
commit
ff3aa57117
@ -298,6 +298,7 @@ const ImageGalleryContent = () => {
|
||||
<Virtuoso
|
||||
style={{ height: '100%' }}
|
||||
data={images}
|
||||
endReached={handleEndReached}
|
||||
scrollerRef={(ref) => setScrollerRef(ref)}
|
||||
itemContent={(index, image) => {
|
||||
const { name } = image;
|
||||
|
Loading…
Reference in New Issue
Block a user