1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-08-06 22:33:07 +02:00

Allow double-clicking suggestions

This commit is contained in:
Stefan Haller
2025-07-10 18:50:03 +02:00
parent 3ff4552960
commit 9baf787059

View File

@ -88,3 +88,7 @@ func (self *SuggestionsContext) RefreshSuggestions() {
func (self *SuggestionsContext) RangeSelectEnabled() bool {
return false
}
func (self *SuggestionsContext) GetOnClick() func() error {
return self.State.OnConfirm
}