mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-03-25 22:01:14 +02:00
Merge pull request #314 from glvr182/feature/fix-keybind-crash
Fix bug related to limit view
This commit is contained in:
commit
c2eaeab1f0
@ -180,6 +180,7 @@ func (gui *Gui) layout(g *gocui.Gui) error {
|
|||||||
}
|
}
|
||||||
v.Title = gui.Tr.SLocalize("NotEnoughSpace")
|
v.Title = gui.Tr.SLocalize("NotEnoughSpace")
|
||||||
v.Wrap = true
|
v.Wrap = true
|
||||||
|
g.SetCurrentView(v.Name())
|
||||||
}
|
}
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user