mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 04:15:48 +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
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue