We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4522878 commit 3a4f464Copy full SHA for 3a4f464
1 file changed
frontend/src/ts/input/hotkeys/quickrestart.ts
@@ -22,7 +22,7 @@ function quickRestart(e: KeyboardEvent): void {
22
}
23
24
25
-// Disable restart when quick restart key is enter, because `shift + enter, shift +
+// Disable restart when we're in long test and quick restart key is enter, because `shift + enter, shift +
26
// enter` is already reserved for bail out keybind.
27
createHotkey(
28
() => hotkeys.quickRestart,
0 commit comments