mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-04-10 14:59:00 +08:00
Reset columns on resize handle dblclick
This commit is contained in:
parent
953c3eab7b
commit
aed52d1632
@ -75,6 +75,8 @@
|
||||
R.screenX = evt.screenX;
|
||||
});
|
||||
|
||||
resizeHandle.addEventListener('dblclick', () => parent.style.gridTemplateColumns = GRID_TEMPLATE_COLUMNS);
|
||||
|
||||
afterResize(parent);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user