summaryrefslogtreecommitdiffstats
path: root/pkg/gui/controllers/files_controller.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/gui/controllers/files_controller.go')
-rw-r--r--pkg/gui/controllers/files_controller.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkg/gui/controllers/files_controller.go b/pkg/gui/controllers/files_controller.go
index d853ba731..de085607d 100644
--- a/pkg/gui/controllers/files_controller.go
+++ b/pkg/gui/controllers/files_controller.go
@@ -94,10 +94,10 @@ func (self *FilesController) GetKeybindings(opts types.KeybindingsOpts) []*types
Handler: self.checkSelectedFileNode(self.press),
Description: self.c.Tr.LcToggleStaged,
},
- {
- Key: gocui.MouseLeft,
- Handler: func() error { return self.context.HandleClick(self.checkSelectedFileNode(self.press)) },
- },
+ // {
+ // Key: gocui.MouseLeft,
+ // Handler: func() error { return self.context.HandleClick(self.checkSelectedFileNode(self.press)) },
+ // },
{
Key: opts.GetKey("<c-b>"), // TODO: softcode
Handler: self.handleStatusFilterPressed,