mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
fix(desktop): task rendering perf
This commit is contained in:
parent
d70639b256
commit
1d159c6858
1 changed files with 7 additions and 7 deletions
|
|
@ -463,13 +463,13 @@ ToolRegistry.register({
|
|||
subtitle: props.input.description,
|
||||
}}
|
||||
>
|
||||
<Show when={props.output}>
|
||||
{(output) => (
|
||||
<div data-component="tool-output" data-scrollable>
|
||||
<Markdown text={output()} />
|
||||
</div>
|
||||
)}
|
||||
</Show>
|
||||
{/* <Show when={false && props.output}> */}
|
||||
{/* {(output) => ( */}
|
||||
{/* <div data-component="tool-output" data-scrollable> */}
|
||||
{/* <Markdown text={output()} /> */}
|
||||
{/* </div> */}
|
||||
{/* )} */}
|
||||
{/* </Show> */}
|
||||
</BasicTool>
|
||||
)
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue