1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2026-06-11 22:30:56 +02:00
Files
lazygit/pkg/gui
Stefan Haller e6a8415162 Refresh main view when cycling pagers with main view focused
The previous logic only re-rendered the main view when the side panel itself was
focused. When the user pressed `0` to focus the main view, the
Normal/NormalSecondary context becomes Current and the equality check failed, so
cycling pagers had no visible effect. Mirror the pattern from postRefreshUpdate:
when the main view is focused, call HandleRenderToMain on the side panel below
it on the stack (which CurrentSide already returns).
2026-05-26 07:58:50 +02:00
..
2025-11-15 10:46:23 +01:00
2025-07-08 15:14:45 +02:00
2025-12-23 16:49:16 +01:00
2026-04-30 22:22:53 +02:00
2026-04-30 22:22:53 +02:00
2026-05-25 15:32:47 +02:00