mirror of
https://github.com/jesseduffield/lazygit.git
synced 2024-11-26 09:00:57 +02: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 New Issue
Block a user