diff --git a/frontend/app/components/Session/Player/ReplayPlayer/useShortcuts.ts b/frontend/app/components/Session/Player/ReplayPlayer/useShortcuts.ts index 63959cd33..dc27dd1b7 100644 --- a/frontend/app/components/Session/Player/ReplayPlayer/useShortcuts.ts +++ b/frontend/app/components/Session/Player/ReplayPlayer/useShortcuts.ts @@ -35,9 +35,9 @@ function useShortcuts({ if (e.target instanceof HTMLInputElement || e.target instanceof HTMLTextAreaElement) { return; } - e.preventDefault(); // shift + f = fullscreenOn if (e.shiftKey) { + e.preventDefault(); player.toggleInspectorMode(false) switch (e.key) { case 'F':