Skip to content

Commit 0c4647f

Browse files
fix form expanding progress popup to full width
1 parent 2fc3726 commit 0c4647f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/tui/models/views/popup/progress_model.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ func (m ProgressModel) View() string {
184184
blocks = append(blocks, lipgloss.NewStyle().Italic(true).Render(m.status))
185185
}
186186

187-
formView := m.formModel.View()
187+
formView := m.formModel.ViewLazy()
188188
if formView != "" {
189189
blocks = append(blocks, formView)
190190
}

0 commit comments

Comments
 (0)