Fixed soft focus init (#2696)

This commit is contained in:
Lucas Bordeau 2023-11-24 15:41:09 +01:00 committed by GitHub
parent 6d1f52a888
commit 0376d0b7e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,8 @@ export const useMoveSoftFocusToCurrentCellOnHover = () => {
if (
currentHotkeyScope.scope !== TableHotkeyScope.TableSoftFocus &&
currentHotkeyScope.scope !== TableHotkeyScope.CellEditMode
currentHotkeyScope.scope !== TableHotkeyScope.CellEditMode &&
currentHotkeyScope.scope !== TableHotkeyScope.Table
) {
return;
}