Fixed soft focus init (#2696)
This commit is contained in:
@ -28,7 +28,8 @@ export const useMoveSoftFocusToCurrentCellOnHover = () => {
|
|||||||
|
|
||||||
if (
|
if (
|
||||||
currentHotkeyScope.scope !== TableHotkeyScope.TableSoftFocus &&
|
currentHotkeyScope.scope !== TableHotkeyScope.TableSoftFocus &&
|
||||||
currentHotkeyScope.scope !== TableHotkeyScope.CellEditMode
|
currentHotkeyScope.scope !== TableHotkeyScope.CellEditMode &&
|
||||||
|
currentHotkeyScope.scope !== TableHotkeyScope.Table
|
||||||
) {
|
) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user