mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-12 21:25:12 -05: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