mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-31 23:19:40 +02:00
Don't bother setting view cursor pos for staging/stagingSecondary views
Now that the cursor highlight is never shown (see previous commit), there's no reason to update the cursor position any more.
This commit is contained in:
parent
6b81e6adca
commit
8cad8cda8f
@ -100,12 +100,9 @@ func (self *PatchExplorerContext) focusSelection() {
|
|||||||
bufferHeight := viewHeight - 1
|
bufferHeight := viewHeight - 1
|
||||||
_, origin := view.Origin()
|
_, origin := view.Origin()
|
||||||
|
|
||||||
selectedLineIdx := state.GetSelectedLineIdx()
|
|
||||||
|
|
||||||
newOrigin := state.CalculateOrigin(origin, bufferHeight)
|
newOrigin := state.CalculateOrigin(origin, bufferHeight)
|
||||||
|
|
||||||
_ = view.SetOriginY(newOrigin)
|
_ = view.SetOriginY(newOrigin)
|
||||||
_ = view.SetCursor(0, selectedLineIdx-newOrigin)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func (self *PatchExplorerContext) GetContentToRender(isFocused bool) string {
|
func (self *PatchExplorerContext) GetContentToRender(isFocused bool) string {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user