Files
lazygit/pkg/gui
Stefan Haller 98e6c119f5 Select same commit again after pressing "e" to edit a commit
When editing a commit, the index of the current commit can change; for example,
when merge commits are involved, or when working with stacked branches where
"update-ref" commands may be added above the selected commit.

Reselect the current commit after pressing "e"; this requires doing the refresh
blocking on the main thread. (Another option that I considered was to use a
SYNC refresh, and then select the new line with an OnUIThread inside the Then
function. This also works, but results in a very visible lag.)
2023-08-22 14:08:12 +02:00
..
2023-07-31 22:33:04 +10:00
2023-06-01 20:12:20 +10:00
2023-08-02 21:50:44 +10:00
2023-04-30 13:19:53 +10:00
2022-12-30 20:01:14 +09:00
2023-07-31 22:33:04 +10:00
2023-07-31 22:33:04 +10:00
2023-08-02 21:50:44 +10:00
2023-07-31 22:33:04 +10:00
2021-09-16 21:38:43 +08:00