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