-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[REF] spreadsheet: move Ctrl+F handling to Grid component
The handling of the Ctrl+F key combination was done in the Spreadsheet component. This made no sense as: - the Spreadsheet component never has the Dom focus - we needed to explicitly disable the shortcuts in dashboard mode This commit moves the handling of the Ctrl+F key combination to the Grid along all the other keyboard shortcuts. It's less code, and the behavior is now automatically disabled in dashboard mode (since there is no Grid component in dashboard mode). closes #5101 Task: 3973671 Signed-off-by: Pierre Rousseau (pro) <[email protected]>
- Loading branch information
1 parent
6c09286
commit 490b5cd
Showing
4 changed files
with
3 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters