mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-28 16:02:01 +03:00
bum pgocui
This commit is contained in:
2
vendor/github.com/jesseduffield/gocui/view.go
generated
vendored
2
vendor/github.com/jesseduffield/gocui/view.go
generated
vendored
@ -713,7 +713,7 @@ func (v *View) draw() error {
|
|||||||
|
|
||||||
if v.Wrap {
|
if v.Wrap {
|
||||||
if maxX == 0 {
|
if maxX == 0 {
|
||||||
return errors.New("X size of the view cannot be 0")
|
return nil
|
||||||
}
|
}
|
||||||
v.ox = 0
|
v.ox = 0
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user