mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
refac
This commit is contained in:
parent
1815cfe99d
commit
6d2eaaf602
1 changed files with 6 additions and 0 deletions
|
|
@ -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 a new issue