mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
fix(ui): gallery nav hotkeys not working
So close, yet so far away
This commit is contained in:
committed by
Kent Keirsey
parent
70a35cc25a
commit
841178ceb7
@@ -53,7 +53,7 @@ export const gallerySlice = createSlice({
|
||||
}
|
||||
|
||||
// If the selected image is different from the current selection, clear the selection and select the new image
|
||||
if (isEqual(state.selection[0], selectedImage)) {
|
||||
if (!isEqual(state.selection[0], selectedImage)) {
|
||||
state.selection = [selectedImage];
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user