mirror of
https://github.com/anapnoe/stable-diffusion-webui-ux.git
synced 2026-09-12 09:08:45 +02:00
Use onAfterUiUpdate where possible
This commit is contained in:
@@ -39,5 +39,5 @@ function imageMaskResize() {
|
||||
});
|
||||
}
|
||||
|
||||
onUiUpdate(imageMaskResize);
|
||||
onAfterUiUpdate(imageMaskResize);
|
||||
window.addEventListener('resize', imageMaskResize);
|
||||
|
||||
Reference in New Issue
Block a user