scale MUI on window resize

This commit is contained in:
RossAscends
2024-05-21 13:55:00 +09:00
parent 56d0ffc1fd
commit 9b1a254553
2 changed files with 56 additions and 3 deletions

View File

@@ -566,6 +566,7 @@ export function dragElement(elmnt) {
containerAspectRatio = null;
imageAspectRatio = null;
$(window).off('mouseup');
});
}