fix(desktop): task rendering perf
This commit is contained in:
parent
6557fa2e0b
commit
9d75fbd1b2
1 changed files with 7 additions and 7 deletions
|
|
@ -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>
|
||||||
)
|
)
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue