mirror of
https://github.com/koodo-reader/koodo-reader.git
synced 2026-06-18 21:00:35 -04:00
fix bug
Former-commit-id: 5d73ed8231da58aed72151e9b9f145f7a09a1f94
This commit is contained in:
@@ -74,7 +74,6 @@ class Header extends React.Component<HeaderProps, HeaderState> {
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
window.addEventListener("resize", () => {
|
||||
this.setState({ width: document.body.clientWidth });
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user