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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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