mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-04-25 12:24:47 +02:00
When clicking in a single-file diff view to enter staging (or custom patch editing, when coming from the commit files panel), you needed to press escape twice to exit, where the first press would seemingly do nothing. The reason for this was that after clicking in the diff we end up in non-sticky range select mode, but only with a single line selected, which is basically indistinguishable from line select mode.