mirror of
https://github.com/open-webui/open-webui
synced 2025-01-31 06:49:03 +00:00
fix
This commit is contained in:
parent
2018a6c000
commit
d1bf18eeb0
@ -49,6 +49,10 @@
|
|||||||
onDestroy(() => {
|
onDestroy(() => {
|
||||||
showControls.set(false);
|
showControls.set(false);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
$: if (!chatId) {
|
||||||
|
showOverview.set(false);
|
||||||
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<SvelteFlowProvider>
|
<SvelteFlowProvider>
|
||||||
|
Loading…
Reference in New Issue
Block a user