Skip to content

Commit

Permalink
Remove redundant 'f' hotkey
Browse files Browse the repository at this point in the history
  • Loading branch information
rzats committed Aug 27, 2024
1 parent be4db00 commit 91eb189
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/components/TopMenu.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@
return;
}
switch (e.key) {
case 'f':
if (chart) {
chart.fitData(true);
}
break;
case 'a':
$navMode = NavMode.autofit;
break;
Expand Down

0 comments on commit 91eb189

Please sign in to comment.