FIX: Work undone
We are not going to follow this path, but I will leave this commit as part of the git history
This commit is contained in:
committed by
Nicolás Hatcher Andrés
parent
8cdb3b8c60
commit
0df132d5c2
@@ -108,11 +108,19 @@ const useKeyboardNavigation = (
|
||||
|
||||
break;
|
||||
}
|
||||
case "a": {
|
||||
// TODO: Area selection. CTRL+A should select "continuous" area around the selection,
|
||||
// if it does exist then whole sheet is selected.
|
||||
event.stopPropagation();
|
||||
event.preventDefault();
|
||||
break;
|
||||
}
|
||||
// No default
|
||||
}
|
||||
if (isNavigationKey(key)) {
|
||||
// Ctrl+Arrows, Ctrl+Home/End
|
||||
options.onNavigationToEdge(key);
|
||||
// navigate_to_edge_in_direction
|
||||
event.stopPropagation();
|
||||
event.preventDefault();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user