mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2024-12-27 07:39:53 +08:00
Merge pull request #12714 from catboxanon/resize-handle-reset
Reset columns on resize handle double click
This commit is contained in:
commit
f83996cd9f
@ -75,6 +75,8 @@
|
||||
R.screenX = evt.screenX;
|
||||
});
|
||||
|
||||
resizeHandle.addEventListener('dblclick', () => parent.style.gridTemplateColumns = GRID_TEMPLATE_COLUMNS);
|
||||
|
||||
afterResize(parent);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user