fix(desktop): task rendering perf

This commit is contained in:
Adam 2025-12-20 06:15:53 -06:00 committed by Aiden Cline
commit 9d75fbd1b2

View file

@ -463,13 +463,13 @@ ToolRegistry.register({
subtitle: props.input.description, subtitle: props.input.description,
}} }}
> >
<Show when={props.output}> {/* <Show when={false && props.output}> */}
{(output) => ( {/* {(output) => ( */}
<div data-component="tool-output" data-scrollable> {/* <div data-component="tool-output" data-scrollable> */}
<Markdown text={output()} /> {/* <Markdown text={output()} /> */}
</div> {/* </div> */}
)} {/* )} */}
</Show> {/* </Show> */}
</BasicTool> </BasicTool>
) )
}, },