mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-06 22:15:05 -05:00
Fixes bug with infinite redux action loop
This commit is contained in:
@@ -125,7 +125,6 @@ export default function ImageGallery() {
|
||||
);
|
||||
if (!shouldHoldGalleryOpen) {
|
||||
dispatch(setShouldHoldGalleryOpen(false));
|
||||
setCloseGalleryTimer();
|
||||
}
|
||||
dispatch(setShouldShowGallery(false));
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user