Skip to content

Commit

Permalink
fix: fix width changes not being detected (#954)
Browse files Browse the repository at this point in the history
  • Loading branch information
DasProffi authored Mar 31, 2024
1 parent 9e63ca5 commit bc5fe34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/components/layout/TwoColumn.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ export const TwoColumn = ({

const handleWindowResize = () => {
setScrollbarsBarMaxHeight(window.innerHeight - headerHeight)
setFullWidth(window.innerWidth)
}

useEffect(() => {
Expand Down

0 comments on commit bc5fe34

Please sign in to comment.