Skip to content

Commit

Permalink
Manage isFocused state for table cells (#6058)
Browse files Browse the repository at this point in the history
as per title
  • Loading branch information
ijreilly authored Jun 27, 2024
1 parent 67e9378 commit 46f0840
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ export const RecordTableCellContainer = ({
};

const handleContainerMouseMove = () => {
setIsFocused(true);
if (!hasSoftFocus) {
onCellMouseEnter({
cellPosition,
Expand Down

0 comments on commit 46f0840

Please sign in to comment.