mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
fix: auto show artifacts when opening a conversation
This commit is contained in:
parent
46ae3f4f5d
commit
d13a35ab96
1 changed files with 4 additions and 2 deletions
|
|
@ -185,8 +185,10 @@
|
|||
!$mobile &&
|
||||
$chatId
|
||||
) {
|
||||
showArtifacts.set(true);
|
||||
showControls.set(true);
|
||||
setTimeout(() => {
|
||||
showArtifacts.set(true);
|
||||
showControls.set(true);
|
||||
});
|
||||
}
|
||||
}}
|
||||
onPreview={async (value) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue