Skip to content

Commit 3a4f464

Browse files
committed
Clarify
1 parent 4522878 commit 3a4f464

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/ts/input/hotkeys/quickrestart.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function quickRestart(e: KeyboardEvent): void {
2222
}
2323
}
2424

25-
// Disable restart when quick restart key is enter, because `shift + enter, shift +
25+
// Disable restart when we're in long test and quick restart key is enter, because `shift + enter, shift +
2626
// enter` is already reserved for bail out keybind.
2727
createHotkey(
2828
() => hotkeys.quickRestart,

0 commit comments

Comments
 (0)