This commit is contained in:
Timothy J. Baek 2024-10-06 00:09:37 -07:00
parent 1815cfe99d
commit 6d2eaaf602

View File

@ -85,7 +85,13 @@
});
$: if (!chatId) {
showControls.set(false);
showOverview.set(false);
showArtifacts.set(false);
if ($showCallOverlay) {
showCallOverlay.set(false);
}
}
</script>