fix(tui): open model selector at top (#36679)
Co-authored-by: Dax Raad <d@ironbay.co> Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
This commit is contained in:
parent
3533047421
commit
50a1add183
2 changed files with 5 additions and 2 deletions
|
|
@ -154,6 +154,7 @@ export function DialogModel(props: { providerID?: string }) {
|
|||
skipFilter={true}
|
||||
title={title()}
|
||||
current={local.model.current()}
|
||||
focusCurrent={false}
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue