mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 11:57:51 +01:00
refac: floating buttons behaviour in shared chat
This commit is contained in:
@@ -742,7 +742,7 @@
|
||||
{history}
|
||||
content={message.content}
|
||||
sources={message.sources}
|
||||
floatingButtons={message?.done}
|
||||
floatingButtons={message?.done && !readOnly}
|
||||
save={!readOnly}
|
||||
{model}
|
||||
onTaskClick={async (e) => {
|
||||
|
||||
Reference in New Issue
Block a user