1
0
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:
Stefan Haller 2024-06-27 10:18:07 +02:00
parent ccc620e5fc
commit b795d91fa8

View File

@ -169,7 +169,6 @@ func (self *ConfirmationHelper) prepareConfirmationPanel(
suggestionsView.Subtitle = "" suggestionsView.Subtitle = ""
} }
self.resizeConfirmationPanel()
return nil return nil
} }