mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 07:36:27 -04:00
Cleanup: remove extra OutsideFilterMode guard
We are in the outsideFilterModeBindings section here; all of these handlers are wrapped in a OutsideFilterMode guard in a loop below. No need to add one manually here.
This commit is contained in:
parent
a6af31a4cb
commit
375451785c
|
|
@ -100,7 +100,7 @@ func (self *LocalCommitsController) GetKeybindings(opts types.KeybindingsOpts) [
|
|||
},
|
||||
{
|
||||
Key: opts.GetKey(opts.Config.Commits.PasteCommits),
|
||||
Handler: opts.Guards.OutsideFilterMode(self.paste),
|
||||
Handler: self.paste,
|
||||
Description: self.c.Tr.PasteCommits,
|
||||
},
|
||||
// overriding these navigation keybindings because we might need to load
|
||||
|
|
|
|||
Loading…
Reference in a new issue