mirror of
https://github.com/sst/opencode.git
synced 2025-08-04 13:30:52 +00:00
wip: refactoring tui
This commit is contained in:
parent
37febc6873
commit
0caf25adee
1 changed files with 0 additions and 1 deletions
|
@ -127,7 +127,6 @@ func (c *simpleListComponent[T]) View() string {
|
|||
|
||||
if len(items) <= 0 {
|
||||
return baseStyle.
|
||||
Background(t.Background()).
|
||||
Padding(0, 1).
|
||||
Width(maxWidth).
|
||||
Render(c.fallbackMsg)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue