Skip to content

Commit

Permalink
fix: fix initial origin of commit message panel
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryooooooga committed Oct 15, 2022
1 parent 05089b9 commit 0c3eab4
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 0c3eab4

Please sign in to comment.