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:
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user