diff --git a/internal/tui/components/chat/editor/editor.go b/internal/tui/components/chat/editor/editor.go index 182daec5b7848d7c768f8d69f4d181fd8a485026..13d9568923c93495f928feb61afc44c5deda56fd 100644 --- a/internal/tui/components/chat/editor/editor.go +++ b/internal/tui/components/chat/editor/editor.go @@ -649,7 +649,7 @@ func (m *editorCmp) handleMessageHistory(msg tea.KeyMsg) string { return userMessages[m.promptHistoryIndex] } -func New(app *app.App) Editor { +func newTextArea() *textarea.Model { t := styles.CurrentTheme() ta := textarea.New() ta.SetStyles(t.S().TextArea)