Skip to content

Commit 872027c

Browse files
committed
impr: ignore enter key when trying to bail out via shift+enter
1 parent f6421e7 commit 872027c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/ts/input/handlers/keydown.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ export async function handleEnter(
7272
},
7373
);
7474
}
75+
e.preventDefault();
7576
return;
7677
} else {
7778
TestState.setBailedOut(true);

0 commit comments

Comments
 (0)