mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-23 01:35:23 +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
|
||||
id={message.id}
|
||||
content={message.content}
|
||||
floatingButtons={message?.done}
|
||||
save={true}
|
||||
{model}
|
||||
on:update={(e) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue