Merge pull request #2221 from Ryooooooga/commit-message-prompt

This commit is contained in:
Jesse Duffield 2022-10-15 10:00:14 -07:00 committed by GitHub
commit 79334b84f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -89,6 +89,7 @@ func (gui *Gui) getSetTextareaTextFn(getView func() *gocui.View) func(string) {
view := getView()
view.ClearTextArea()
view.TextArea.TypeString(text)
_ = gui.resizePopupPanel(view, view.TextArea.GetContent())
view.RenderTextArea()
}
}