mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 06:15:23 +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 &&
|
!$mobile &&
|
||||||
$chatId
|
$chatId
|
||||||
) {
|
) {
|
||||||
|
setTimeout(() => {
|
||||||
showArtifacts.set(true);
|
showArtifacts.set(true);
|
||||||
showControls.set(true);
|
showControls.set(true);
|
||||||
|
});
|
||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
onPreview={async (value) => {
|
onPreview={async (value) => {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue