We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fd7d19 commit f0f0415Copy full SHA for f0f0415
1 file changed
web/core.js
@@ -169,7 +169,13 @@ function initializePageInformation() {
169
}
170
171
setupPageInformationInnerHtml();
172
- //setPageInformationHeight();
+
173
+ window.addEventListener('resize',
174
+ function(event) {
175
+ // console.log('윈도우 크기가 변경되었습니다:', window.innerWidth, window.innerHeight);
176
+ setPageInformationHeight();
177
+ }
178
+ );
179
180
181
0 commit comments