Files
snek/src
retoor 3b9736a027 feat: append firstChild of message element instead of full element to chat container
The change modifies the chat message insertion logic in web.html to append
`message.firstChild` rather than the entire `message` element, ensuring only
the inner content is added to the chat-messages container. This prevents
wrapping the HTML fragment in an extra div layer, preserving the expected
DOM structure for subsequent layout updates.
2025-02-09 14:53:45 +00:00
..