mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
The hasSelectedAgent condition was redundantly gating Cmd+E (toggle right sidebar) and Cmd+Shift+F (toggle focus mode) behind a pathname check that Cmd+B and Cmd+. didn't require. The action handler already guards against invalid states, making the when-clause check unnecessary and broken on the dev branch's navigation flow.