tui: change renderAfter to renderBefore for tool part layout

This commit is contained in:
Dax Raad 2025-09-25 02:53:49 -04:00
parent 883c9f3de4
commit acf014a9b6

View file

@ -309,7 +309,7 @@ function ToolPart(props: { part: ToolPart; message: AssistantMessage }) {
return (
<box
{...style}
renderAfter={function () {
renderBefore={function () {
resize(this as BoxRenderable)
}}
>