From debc58b6c587e85716a0a176d3fd23f385803d84 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Mon, 1 Aug 2022 21:58:49 +1000 Subject: fix popup focus issue --- pkg/gui/gui.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pkg/gui/gui.go') diff --git a/pkg/gui/gui.go b/pkg/gui/gui.go index 04b53e074..e7f1e3499 100644 --- a/pkg/gui/gui.go +++ b/pkg/gui/gui.go @@ -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, -- cgit v1.2.3