mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-13 22:14:59 -05:00
Fix: Toggle right panel instead of left panel in navigation
Co-authored-by: kent <kent@invoke.ai>
This commit is contained in:
committed by
psychedelicious
parent
f20c230f4a
commit
e0d7fab524
@@ -22,7 +22,7 @@ const ToggleRightPanelButton = memo(() => {
|
||||
if (navigationApi.tabApi?.getTab() !== tab) {
|
||||
return;
|
||||
}
|
||||
navigationApi.toggleLeftPanelInTab(tab);
|
||||
navigationApi.toggleRightPanelInTab(tab);
|
||||
}, [tab]);
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user