mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 20:35:19 +00:00
refac
This commit is contained in:
parent
3413dd8ae1
commit
bc17511a05
1 changed files with 1 additions and 1 deletions
|
|
@ -295,7 +295,7 @@
|
|||
</p>
|
||||
{:else if token.type === 'text'}
|
||||
{#if top}
|
||||
<p dir="auto">
|
||||
<p>
|
||||
{#if token.tokens}
|
||||
<MarkdownInlineTokens id={`${id}-${tokenIdx}-t`} tokens={token.tokens} {onSourceClick} />
|
||||
{:else}
|
||||
|
|
|
|||
Loading…
Reference in a new issue