chore: cleanup

This commit is contained in:
adamdottv
2025-05-15 15:45:22 -05:00
parent df23b75059
commit 2e63a4deff
3 changed files with 4 additions and 8 deletions
-1
View File
@@ -243,7 +243,6 @@ func (m *editorCmp) SetSize(width, height int) tea.Cmd {
m.height = height
m.textarea.SetWidth(width - 3) // account for the prompt and padding right
m.textarea.SetHeight(height)
m.textarea.SetWidth(width)
return nil
}