mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-25 08:31:03 +00:00
fix(gui): make scrolling down enable auto-scroll
This commit is contained in:
parent
0b158dfabe
commit
9d37d838b9
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ func (gui *Gui) scrollUpMain(g *gocui.Gui, v *gocui.View) error {
|
|||
|
||||
func (gui *Gui) scrollDownMain(g *gocui.Gui, v *gocui.View) error {
|
||||
mainView := gui.getMainView()
|
||||
mainView.Autoscroll = false
|
||||
mainView.Autoscroll = true
|
||||
ox, oy := mainView.Origin()
|
||||
|
||||
reservedLines := 0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue