1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-30 03:23:08 +03:00

Fix the bug described in the previous commit

This commit is contained in:
Stefan Haller
2025-04-01 16:51:05 +02:00
parent f20b7ea593
commit 59af407eb1
2 changed files with 1 additions and 3 deletions

View File

@ -608,6 +608,7 @@ func (self *LocalCommitsController) restoreSelectionRangeAndMode(selectionRangeA
})
if ok1 && ok2 {
self.context().SetSelectionRangeAndMode(newSelectedIdx, newRangeStartIdx, selectionRangeAndMode.mode)
self.context().HandleFocus(types.OnFocusOpts{})
}
}