mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-02-07 13:42:01 +02:00
Remove redundant resizeConfirmationPanel() call at panel creating time
We resize the panel in layout, so there's no need to do that after creation.
This commit is contained in:
parent
ccc620e5fc
commit
b795d91fa8
@ -169,7 +169,6 @@ func (self *ConfirmationHelper) prepareConfirmationPanel(
|
||||
suggestionsView.Subtitle = ""
|
||||
}
|
||||
|
||||
self.resizeConfirmationPanel()
|
||||
return nil
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user