Compare commits

..

No commits in common. "4d9f010ac5f452220b352253969794134dcd1aff" and "0320d30f2d133b9d57434a60e143081e1de8fc7e" have entirely different histories.

1 changed files with 0 additions and 1 deletions

View File

@ -221,7 +221,6 @@ function ScreenViewPage() {
// 모바일 환경에서는 스케일 조정 비활성화 (반응형만 작동)
if (isMobile) {
setScale(1);
setLayoutReady(true); // 모바일에서도 레이아웃 준비 완료 표시
return;
}