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 &&
$chatId
) {
showArtifacts.set(true);
showControls.set(true);
setTimeout(() => {
showArtifacts.set(true);
showControls.set(true);
});
}
}}
onPreview={async (value) => {