mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-23 09:45:24 +00:00
refac: only show floating buttons when message.done
This commit is contained in:
parent
1739313c13
commit
1558f64c48
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue