mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-11 20:05:19 +00:00
refac: styling
This commit is contained in:
parent
7cfcf9b21d
commit
8febc54a88
1 changed files with 5 additions and 5 deletions
|
|
@ -46,11 +46,11 @@
|
|||
// set the minSize to the percentage, must be an integer
|
||||
minSize = Math.floor(percentage);
|
||||
|
||||
// if ($showControls) {
|
||||
// if (pane && pane.isExpanded() && pane.getSize() < minSize) {
|
||||
// pane.resize(minSize);
|
||||
// }
|
||||
// }
|
||||
if (show) {
|
||||
if (pane && pane.isExpanded() && pane.getSize() < minSize) {
|
||||
pane.resize(minSize);
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue