Skip to content

Commit

Permalink
remove the not-needed code
Browse files Browse the repository at this point in the history
  • Loading branch information
mbondyra committed Nov 28, 2024
1 parent 45568de commit b68b89d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/kbn-grid-layout/grid/grid_height_smoother.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ export const GridHeightSmoother = ({
smoothHeightRef.current.style.height = `calc(100vh - ${smoothHeightRefY + gutterSize}px)`;
smoothHeightRef.current.style.transition = 'none';
} else {
smoothHeightRef.current.style.display = '';
smoothHeightRef.current.style.transition = '';
}
}
Expand Down

0 comments on commit b68b89d

Please sign in to comment.