1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-12-04 10:34:55 +02:00

allow opening diff menu panel when other popup is open

This commit is contained in:
Jesse Duffield 2021-04-06 10:11:44 +10:00
parent e5a372fa2d
commit c683f2c96c

View File

@ -101,10 +101,6 @@ func (gui *Gui) diffStr() string {
}
func (gui *Gui) handleCreateDiffingMenuPanel() error {
if gui.popupPanelFocused() {
return nil
}
names := gui.currentDiffTerminals()
menuItems := []*menuItem{}