mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-14 21:35:19 +00:00
refac
This commit is contained in:
parent
da1e88a427
commit
dc6e68bd60
1 changed files with 8 additions and 1 deletions
|
|
@ -14,7 +14,10 @@
|
||||||
pinnedChats,
|
pinnedChats,
|
||||||
scrollPaginationEnabled,
|
scrollPaginationEnabled,
|
||||||
currentChatPage,
|
currentChatPage,
|
||||||
temporaryChatEnabled
|
temporaryChatEnabled,
|
||||||
|
showArtifacts,
|
||||||
|
showOverview,
|
||||||
|
showControls
|
||||||
} from '$lib/stores';
|
} from '$lib/stores';
|
||||||
import { onMount, getContext, tick } from 'svelte';
|
import { onMount, getContext, tick } from 'svelte';
|
||||||
|
|
||||||
|
|
@ -291,6 +294,10 @@
|
||||||
if ($mobile) {
|
if ($mobile) {
|
||||||
showSidebar.set(false);
|
showSidebar.set(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
showControls.set(false);
|
||||||
|
showArtifacts.set(false);
|
||||||
|
showOverview.set(false);
|
||||||
}, 0);
|
}, 0);
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue