mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[PR #23053] [CLOSED] fix: Move embeds rendering below message content #42629
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/23053
Author: @yang1002378395-cmyk
Created: 3/26/2026
Status: ❌ Closed
Base:
dev← Head:fix-embeds-rendering-order📝 Commits (1)
6e1d677fix: Move embeds rendering below message content📊 Changes
1 file changed (+19 additions, -19 deletions)
View changed files
📝
src/lib/components/chat/Messages/ResponseMessage.svelte(+19 -19)📄 Description
Pull Request Checklist
devbranchChangelog Entry
Description
Rich UI embeds now render below message text content, as documented.
Fixed
Additional Information
Fixes #23049
Root Cause: Embeds were rendering above message content due to incorrect position in the component.
Solution: Moved the embeds rendering block to the correct position after code_executions.
Testing:
Contributor License Agreement
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.