mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-06-04 23:37:41 +02:00
Don't call OnCommitSuccess in handleReword
All this does is clear the preserved commit message; however, we open the commit message panel with PreserveMessage: false when rewording, so this is not necessary.
This commit is contained in:
parent
ddc14ef674
commit
41a7afb105
@ -422,7 +422,6 @@ func (self *LocalCommitsController) handleReword(summary string, description str
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
self.c.Helpers().Commits.OnCommitSuccess()
|
||||
return self.c.Refresh(types.RefreshOptions{Mode: types.ASYNC})
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user