Skip to content

Commit 0b4f09e

Browse files
fix(ui): when session is complete, null out progress image
This may cause minor gallery jumpiness at the very end of processing, but is necessary to prevent the progress image from sticking around if the last node in a session did not have an image output.
1 parent 0867d29 commit 0b4f09e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

invokeai/frontend/web/src/features/system/store/systemSlice.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,7 @@ export const systemSlice = createSlice({
348348
state.currentStep = 0;
349349
state.totalSteps = 0;
350350
state.statusTranslationKey = 'common.statusConnected';
351+
state.progressImage = null;
351352
});
352353

353354
/**

0 commit comments

Comments
 (0)