mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Fixes bug with infinite redux action loop
This commit is contained in:
parent
62898b0f8f
commit
2c9747fd41
@ -125,7 +125,6 @@ export default function ImageGallery() {
|
|||||||
);
|
);
|
||||||
if (!shouldHoldGalleryOpen) {
|
if (!shouldHoldGalleryOpen) {
|
||||||
dispatch(setShouldHoldGalleryOpen(false));
|
dispatch(setShouldHoldGalleryOpen(false));
|
||||||
setCloseGalleryTimer();
|
|
||||||
}
|
}
|
||||||
dispatch(setShouldShowGallery(false));
|
dispatch(setShouldShowGallery(false));
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user