mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-20 01:12:15 +00:00
fix(tui): suggestions gap on home page
This commit is contained in:
parent
2046f2e8e7
commit
3c282c3c37
1 changed files with 1 additions and 1 deletions
|
|
@ -1069,7 +1069,7 @@ func (a Model) home() (string, int, int) {
|
|||
|
||||
mainLayout = layout.PlaceOverlay(
|
||||
editorX,
|
||||
editorY-overlayHeight+1,
|
||||
editorY-overlayHeight+2,
|
||||
overlay,
|
||||
mainLayout,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue