File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
pkg/gui/controllers/helpers Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ package helpers
3
3
import (
4
4
"strconv"
5
5
6
- "github.com/jesseduffield/gocui"
7
6
"github.com/jesseduffield/lazygit/pkg/commands/models"
8
7
"github.com/jesseduffield/lazygit/pkg/gui/modes/cherrypicking"
9
8
"github.com/jesseduffield/lazygit/pkg/gui/types"
@@ -77,7 +76,7 @@ func (self *CherryPickHelper) Paste() error {
77
76
"numCommits" : strconv .Itoa (len (self .getData ().CherryPickedCommits )),
78
77
}),
79
78
HandleConfirm : func () error {
80
- return self .c .WithWaitingStatus (self .c .Tr .CherryPickingStatus , func (gocui. Task ) error {
79
+ return self .c .WithWaitingStatusSync (self .c .Tr .CherryPickingStatus , func () error {
81
80
mustStash := IsWorkingTreeDirty (self .c .Model ().Files )
82
81
83
82
self .c .LogAction (self .c .Tr .Actions .CherryPick )
You can’t perform that action at this time.
0 commit comments