impr: ignore enter key when trying to bail out via shift+enter

This commit is contained in:
Miodec 2025-12-10 23:14:21 +01:00
parent f6421e7215
commit 872027c160

View file

@ -72,6 +72,7 @@ export async function handleEnter(
},
);
}
e.preventDefault();
return;
} else {
TestState.setBailedOut(true);