Skip to content

Commit

Permalink
Merge pull request #2221 from Ryooooooga/commit-message-prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseduffield authored Oct 15, 2022
2 parents 05089b9 + 0c3eab4 commit 79334b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/gui/files_panel.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}
}

0 comments on commit 79334b8

Please sign in to comment.