Skip to content

Commit 7235bfc

Browse files
committed
old style editor: do not show completion modal when using ctrl+enter to submit
1 parent b2192c8 commit 7235bfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/templates/Challenges/components/Hotkeys.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ function Hotkeys({
8585
executeChallenge();
8686
}
8787
} else {
88-
executeChallenge({ showCompletionModal: true });
88+
executeChallenge();
8989
}
9090
},
9191
focusEditor: (e: React.KeyboardEvent) => {

0 commit comments

Comments
 (0)