mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 12:25:47 +02:00
fix popup focus issue
This commit is contained in:
parent
fab2e14b55
commit
debc58b6c5
6 changed files with 31 additions and 45 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue