From c683f2c96c44939d3cfe3ceafe6e581761216822 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Tue, 6 Apr 2021 10:11:44 +1000 Subject: [PATCH] allow opening diff menu panel when other popup is open --- pkg/gui/diffing.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkg/gui/diffing.go b/pkg/gui/diffing.go index 5ac83fe24..480bfc7fd 100644 --- a/pkg/gui/diffing.go +++ b/pkg/gui/diffing.go @@ -101,10 +101,6 @@ func (gui *Gui) diffStr() string { } func (gui *Gui) handleCreateDiffingMenuPanel() error { - if gui.popupPanelFocused() { - return nil - } - names := gui.currentDiffTerminals() menuItems := []*menuItem{}