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) {
|
||||
dispatch(setShouldHoldGalleryOpen(false));
|
||||
setCloseGalleryTimer();
|
||||
}
|
||||
dispatch(setShouldShowGallery(false));
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user