mirror of
https://github.com/open-webui/open-webui.git
synced 2026-08-28 05:27:35 +00:00
refac
This commit is contained in:
parent
f2c3fff278
commit
c5225039ab
1 changed files with 1 additions and 3 deletions
|
|
@ -173,8 +173,6 @@
|
|||
document.addEventListener('mousedown', onMouseDown);
|
||||
document.addEventListener('mouseup', onMouseUp);
|
||||
|
||||
// Delay enabling onCollapse so the Pane's initial collapsed state
|
||||
// (defaultSize=0) doesn't reset showControls
|
||||
setTimeout(() => { paneReady = true; }, 0);
|
||||
|
||||
// If controls were persisted as open, set the pane to the saved size
|
||||
|
|
@ -202,7 +200,7 @@
|
|||
if ($showCallOverlay) showCallOverlay.set(false);
|
||||
};
|
||||
|
||||
$: if (!chatId) closeHandler();
|
||||
$: if (paneReady && !chatId) closeHandler();
|
||||
|
||||
// Helper: is a "special" full-screen panel active?
|
||||
$: specialPanel = $showCallOverlay || $showArtifacts || $showEmbeds;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue