mirror of
https://github.com/open-webui/open-webui
synced 2025-02-20 12:00:22 +00:00
refac
This commit is contained in:
parent
1815cfe99d
commit
6d2eaaf602
@ -85,7 +85,13 @@
|
|||||||
});
|
});
|
||||||
|
|
||||||
$: if (!chatId) {
|
$: if (!chatId) {
|
||||||
|
showControls.set(false);
|
||||||
showOverview.set(false);
|
showOverview.set(false);
|
||||||
|
showArtifacts.set(false);
|
||||||
|
|
||||||
|
if ($showCallOverlay) {
|
||||||
|
showCallOverlay.set(false);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user