diff --git a/pkg/gui/editors.go b/pkg/gui/editors.go index 69aabd684..10cac7008 100644 --- a/pkg/gui/editors.go +++ b/pkg/gui/editors.go @@ -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 }