mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-02-04 23:01:32 -08:00
make mobile built-in extension actually do something
This commit is contained in:
parent
db5c304e29
commit
4a2bf65fea
1 changed files with 4 additions and 0 deletions
|
|
@ -26,3 +26,7 @@ function reportWindowSize() {
|
|||
}
|
||||
|
||||
window.addEventListener("resize", reportWindowSize);
|
||||
|
||||
onUiLoaded(function() {
|
||||
reportWindowSize();
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue