Skip to content

Commit

Permalink
make sure focused cell out if view doesn't increase row height
Browse files Browse the repository at this point in the history
  • Loading branch information
cherniavskii committed Nov 21, 2024
1 parent 708a028 commit 41b9eaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/x-data-grid/src/components/cell/GridCell.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ const GridCell = React.forwardRef<HTMLDivElement, GridCellProps>(function GridCe
padding: 0,
opacity: 0,
width: 0,
height: 0,
border: 0,
};
}
Expand Down

0 comments on commit 41b9eaa

Please sign in to comment.