mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
fix(ui): fix metadata toggle stuck disabled
This commit is contained in:
@@ -48,6 +48,7 @@ export const ImageViewerContextProvider = memo((props: PropsWithChildren) => {
|
||||
return;
|
||||
}
|
||||
if (progressEvent.session_id === imageDTO.session_id) {
|
||||
$progressEvent.set(null);
|
||||
$progressImage.set(null);
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user