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