fix: auto show artifacts when opening a conversation

This commit is contained in:
Aslan Vatsaev 2025-10-10 13:26:12 +02:00
parent 46ae3f4f5d
commit d13a35ab96

View file

@ -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) => {