Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit22f6f6e

Browse files
committed
re-render on height/width changes
1 parente9278c1 commit22f6f6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎web-app/src/components/Workspace/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const Workspace = ({ children }: Props) => {
1515
// solution for windows getting off size
1616
React.useEffect(()=>{
1717
setDimensions(resize())
18-
},[])
18+
},[window.innerHeight,window.innerWidth])
1919

2020
conststyles={
2121
page:{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp