mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-08-10 22:42:00 +02:00
allow opening diff menu panel when other popup is open
This commit is contained in:
@@ -101,10 +101,6 @@ func (gui *Gui) diffStr() string {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (gui *Gui) handleCreateDiffingMenuPanel() error {
|
func (gui *Gui) handleCreateDiffingMenuPanel() error {
|
||||||
if gui.popupPanelFocused() {
|
|
||||||
return nil
|
|
||||||
}
|
|
||||||
|
|
||||||
names := gui.currentDiffTerminals()
|
names := gui.currentDiffTerminals()
|
||||||
|
|
||||||
menuItems := []*menuItem{}
|
menuItems := []*menuItem{}
|
||||||
|
Reference in New Issue
Block a user