1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-06-15 00:15:32 +02:00

Merge pull request #314 from glvr182/feature/fix-keybind-crash

Fix bug related to limit view
This commit is contained in:
Jesse Duffield
2018-11-08 17:55:54 +11:00
committed by GitHub

View File

@ -180,6 +180,7 @@ func (gui *Gui) layout(g *gocui.Gui) error {
}
v.Title = gui.Tr.SLocalize("NotEnoughSpace")
v.Wrap = true
g.SetCurrentView(v.Name())
}
return nil
}