mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-19 17:47:25 -05:00
fix broken resize handle on the train tab
This commit is contained in:
@@ -79,6 +79,11 @@
|
|||||||
parent.minRightColWidth = 0;
|
parent.minRightColWidth = 0;
|
||||||
parent.needHideOnMoblie = false;
|
parent.needHideOnMoblie = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!leftColTemplate) {
|
||||||
|
leftColTemplate = '1fr';
|
||||||
|
}
|
||||||
|
|
||||||
const gridTemplateColumns = `${leftColTemplate} ${PAD}px ${parent.children[1].style.flexGrow}fr`;
|
const gridTemplateColumns = `${leftColTemplate} ${PAD}px ${parent.children[1].style.flexGrow}fr`;
|
||||||
parent.style.gridTemplateColumns = gridTemplateColumns;
|
parent.style.gridTemplateColumns = gridTemplateColumns;
|
||||||
parent.style.originalGridTemplateColumns = gridTemplateColumns;
|
parent.style.originalGridTemplateColumns = gridTemplateColumns;
|
||||||
|
|||||||
Reference in New Issue
Block a user