mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-30 03:23:08 +03:00
fix popup focus issue
This commit is contained in:
@ -424,7 +424,8 @@ func NewGui(
|
||||
cmn,
|
||||
gui.createPopupPanel,
|
||||
func() error { return gui.c.Refresh(types.RefreshOptions{Mode: types.ASYNC}) },
|
||||
func() error { return gui.closeConfirmationPrompt(false) },
|
||||
gui.popContext,
|
||||
gui.currentContext,
|
||||
gui.createMenu,
|
||||
gui.withWaitingStatus,
|
||||
gui.toast,
|
||||
|
Reference in New Issue
Block a user