Skip to content

Commit 7056e57

Browse files
authored
Remove redundant 'f' hotkey (#58)
1 parent be4db00 commit 7056e57

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/components/TopMenu.svelte

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,6 @@
4949
return;
5050
}
5151
switch (e.key) {
52-
case 'f':
53-
if (chart) {
54-
chart.fitData(true);
55-
}
56-
break;
5752
case 'a':
5853
$navMode = NavMode.autofit;
5954
break;

0 commit comments

Comments
 (0)