mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 07:36:27 -04: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
|
|
@ -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…
Reference in a new issue