mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 20:36:03 +02:00
Cleanup: don't render the commit length when typing in the description
Only the commit message has an effect on this value, the description doesn't.
This commit is contained in:
parent
a24189ba63
commit
2ee80d7150
1 changed files with 0 additions and 1 deletions
|
@ -68,7 +68,6 @@ func (gui *Gui) commitMessageEditor(v *gocui.View, key gocui.Key, ch rune, mod g
|
|||
func (gui *Gui) commitDescriptionEditor(v *gocui.View, key gocui.Key, ch rune, mod gocui.Modifier) bool {
|
||||
matched := gui.handleEditorKeypress(v.TextArea, key, ch, mod, true)
|
||||
v.RenderTextArea()
|
||||
gui.c.Contexts().CommitMessage.RenderCommitLength()
|
||||
return matched
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue