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:
parent
e5a372fa2d
commit
c683f2c96c
@ -101,10 +101,6 @@ func (gui *Gui) diffStr() string {
|
||||
}
|
||||
|
||||
func (gui *Gui) handleCreateDiffingMenuPanel() error {
|
||||
if gui.popupPanelFocused() {
|
||||
return nil
|
||||
}
|
||||
|
||||
names := gui.currentDiffTerminals()
|
||||
|
||||
menuItems := []*menuItem{}
|
||||
|
Loading…
Reference in New Issue
Block a user