We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8081f74 commit 0107dffCopy full SHA for 0107dff
filter/filter.go
@@ -280,6 +280,7 @@ func (m model) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
280
m.viewport.Height = m.viewport.Height - lipgloss.Height(m.helpView())
281
}
282
m.viewport.Width = msg.Width
283
+ m.textinput.Width = msg.Width
284
if m.reverse {
285
m.viewport.YOffset = clamp(0, len(m.matches), len(m.matches)-m.viewport.Height)
286
0 commit comments