mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 04:15:48 +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
1 changed files with 0 additions and 1 deletions
|
@ -169,7 +169,6 @@ func (self *ConfirmationHelper) prepareConfirmationPanel(
|
||||||
suggestionsView.Subtitle = ""
|
suggestionsView.Subtitle = ""
|
||||||
}
|
}
|
||||||
|
|
||||||
self.resizeConfirmationPanel()
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue