Skip to content

Commit f0f0415

Browse files
committed
1
1 parent 7fd7d19 commit f0f0415

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

web/core.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,13 @@ function initializePageInformation() {
169169
}
170170

171171
setupPageInformationInnerHtml();
172-
//setPageInformationHeight();
172+
173+
window.addEventListener('resize',
174+
function(event) {
175+
// console.log('윈도우 크기가 변경되었습니다:', window.innerWidth, window.innerHeight);
176+
setPageInformationHeight();
177+
}
178+
);
173179
}
174180

175181

0 commit comments

Comments
 (0)