mirror of
https://github.com/open-webui/open-webui.git
synced 2026-09-11 22:52:54 +00:00
fix: render code blocks in channel model replies with the same editor as every other message (#29861)
This commit is contained in:
parent
e35b907f73
commit
14e30933af
1 changed files with 0 additions and 1 deletions
|
|
@ -537,7 +537,6 @@
|
|||
id={renderedMessageId}
|
||||
output={messageOutput}
|
||||
done={message?.meta?.done ?? false}
|
||||
editCodeBlock={false}
|
||||
/>
|
||||
{:else if (message?.content ?? '').trim() === '' && message?.meta?.model_id}
|
||||
<Skeleton />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue