mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-02-05 15:19:58 +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;
|
R.screenX = evt.screenX;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
resizeHandle.addEventListener('dblclick', () => parent.style.gridTemplateColumns = GRID_TEMPLATE_COLUMNS);
|
||||||
|
|
||||||
afterResize(parent);
|
afterResize(parent);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user