mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-01-26 19:09:45 +00:00
make mobile built-in extension actually do something
This commit is contained in:
@@ -26,3 +26,7 @@ function reportWindowSize() {
|
||||
}
|
||||
|
||||
window.addEventListener("resize", reportWindowSize);
|
||||
|
||||
onUiLoaded(function() {
|
||||
reportWindowSize();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user