diff --git a/apps/examples/desktop-app/webview/components/agent-sidebar.tsx b/apps/examples/desktop-app/webview/components/agent-sidebar.tsx index 8004d3e88d..3508167f55 100644 --- a/apps/examples/desktop-app/webview/components/agent-sidebar.tsx +++ b/apps/examples/desktop-app/webview/components/agent-sidebar.tsx @@ -659,7 +659,7 @@ export function AgentSidebar({ ); // A single click flips straight to the other mode (a dropdown here would // cost an extra click for a two-option choice); the icon shows the mode - // that is currently active. + // the click switches to, not the one currently active. const sortToggle = ( );