mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
tui: change renderAfter to renderBefore for tool part layout
This commit is contained in:
parent
883c9f3de4
commit
acf014a9b6
1 changed files with 1 additions and 1 deletions
|
|
@ -309,7 +309,7 @@ function ToolPart(props: { part: ToolPart; message: AssistantMessage }) {
|
|||
return (
|
||||
<box
|
||||
{...style}
|
||||
renderAfter={function () {
|
||||
renderBefore={function () {
|
||||
resize(this as BoxRenderable)
|
||||
}}
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue