mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-11-23 22:24:51 +02:00
more standardisation
This commit is contained in:
@@ -266,6 +266,9 @@ func (gui *Gui) currentViewName() string {
|
||||
|
||||
func (gui *Gui) resizeCurrentPopupPanel() error {
|
||||
v := gui.g.CurrentView()
|
||||
if v == nil {
|
||||
return nil
|
||||
}
|
||||
if gui.isPopupPanel(v.Name()) {
|
||||
return gui.resizePopupPanel(v)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user