1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-03-17 21:18:31 +02:00

bum pgocui

This commit is contained in:
Jesse Duffield 2021-02-09 21:56:16 +11:00
parent 4005065404
commit d57cc739e9

View File

@ -713,7 +713,7 @@ func (v *View) draw() error {
if v.Wrap {
if maxX == 0 {
return errors.New("X size of the view cannot be 0")
return nil
}
v.ox = 0
}