mirror of
https://github.com/open-webui/open-webui.git
synced 2026-04-28 11:38:38 -05:00
refac: styling
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user