Manage isFocused state for table cells (#6058)

as per title
This commit is contained in:
Marie
2024-06-27 14:26:39 +02:00
committed by GitHub
parent 67e9378787
commit 46f0840c99

View File

@ -81,6 +81,7 @@ export const RecordTableCellContainer = ({
};
const handleContainerMouseMove = () => {
setIsFocused(true);
if (!hasSoftFocus) {
onCellMouseEnter({
cellPosition,