mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-02 22:40:22 +00:00
chore: cleanup
This commit is contained in:
parent
825c0b64af
commit
3944930fc0
3 changed files with 4 additions and 8 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue