mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-11 20:05:19 +00:00
refac
This commit is contained in:
parent
efd50c3c5a
commit
176a7fc986
1 changed files with 4 additions and 2 deletions
|
|
@ -440,8 +440,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
loading = false;
|
if (!chatIdProp) {
|
||||||
await tick();
|
loading = false;
|
||||||
|
await tick();
|
||||||
|
}
|
||||||
|
|
||||||
showControls.subscribe(async (value) => {
|
showControls.subscribe(async (value) => {
|
||||||
if (controlPane && !$mobile) {
|
if (controlPane && !$mobile) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue