mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-26 16:19:40 +00:00
chore: generate
This commit is contained in:
parent
0de5f1ff36
commit
b14e7451ab
1 changed files with 1 additions and 3 deletions
|
|
@ -1464,9 +1464,7 @@ export function Prompt(props: PromptProps) {
|
|||
}),
|
||||
}
|
||||
})
|
||||
const maxHeight = createMemo(
|
||||
() => tuiConfig.prompt?.max_height ?? Math.max(6, Math.floor(dimensions().height / 3)),
|
||||
)
|
||||
const maxHeight = createMemo(() => tuiConfig.prompt?.max_height ?? Math.max(6, Math.floor(dimensions().height / 3)))
|
||||
|
||||
return (
|
||||
<>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue