mirror of
https://github.com/open-webui/open-webui
synced 2025-01-18 08:40:58 +00:00
refac: only show floating buttons when message.done
This commit is contained in:
parent
1739313c13
commit
1558f64c48
@ -478,6 +478,7 @@
|
|||||||
<ContentRenderer
|
<ContentRenderer
|
||||||
id={message.id}
|
id={message.id}
|
||||||
content={message.content}
|
content={message.content}
|
||||||
|
floatingButtons={message?.done}
|
||||||
save={true}
|
save={true}
|
||||||
{model}
|
{model}
|
||||||
on:update={(e) => {
|
on:update={(e) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user