1
0
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:
Jesse Duffield 2019-03-02 20:00:17 +11:00
parent 7a170bbccf
commit 399346c2ee

View File

@ -554,7 +554,7 @@ func (gui *Gui) Run() error {
} }
defer g.Close() 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 gui.g = g // TODO: always use gui.g rather than passing g around everywhere