fix: render code blocks in channel model replies with the same editor as every other message (#29861)

This commit is contained in:
G30 2026-09-09 16:56:48 -04:00 committed by GitHub
parent e35b907f73
commit 14e30933af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 />