Fix: Toggle right panel instead of left panel in navigation

Co-authored-by: kent <kent@invoke.ai>
This commit is contained in:
Cursor Agent
2025-07-02 19:46:58 +00:00
committed by psychedelicious
parent f20c230f4a
commit e0d7fab524

View File

@@ -22,7 +22,7 @@ const ToggleRightPanelButton = memo(() => {
if (navigationApi.tabApi?.getTab() !== tab) {
return;
}
navigationApi.toggleLeftPanelInTab(tab);
navigationApi.toggleRightPanelInTab(tab);
}, [tab]);
return (