We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37bb889 commit fe109c9Copy full SHA for fe109c9
packages/tui/internal/components/chat/editor.go
@@ -93,7 +93,7 @@ const (
93
)
94
95
func (m *editorComponent) Init() tea.Cmd {
96
- return tea.Batch(textarea.Blink, m.spinner.Tick)
+ return tea.Batch(textarea.Blink, m.spinner.Tick, tea.EnableReportFocus)
97
}
98
99
func (m *editorComponent) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
0 commit comments