mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 23:56:24 -04:00
disable mouse feature until its ready
This commit is contained in:
parent
7a170bbccf
commit
399346c2ee
|
|
@ -554,7 +554,7 @@ func (gui *Gui) Run() error {
|
|||
}
|
||||
defer g.Close()
|
||||
|
||||
g.Mouse = true
|
||||
// g.Mouse = true // disabling until this feature is ready
|
||||
|
||||
gui.g = g // TODO: always use gui.g rather than passing g around everywhere
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue