mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-11-25 22:32:13 +02:00
fix click handling
This commit is contained in:
@@ -6,5 +6,6 @@ func AttachControllers(context types.Context, controllers ...types.IController)
|
||||
for _, controller := range controllers {
|
||||
context.AddKeybindingsFn(controller.GetKeybindings)
|
||||
context.AddMouseKeybindingsFn(controller.GetMouseKeybindings)
|
||||
context.AddOnClickFn(controller.GetOnClick())
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user