fix(client): open completionModal on shortcut (#42685)
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
36ad0dbcc5
commit
de2f4e2843
@@ -311,7 +311,7 @@ const Editor = (props: PropTypes): JSX.Element => {
|
||||
/* eslint-disable no-bitwise */
|
||||
keybindings: [monaco.KeyMod.CtrlCmd | monaco.KeyCode.Enter],
|
||||
// TODO: Discuss with Ahmad what should pop-up when a challenge is completed
|
||||
run: () => props.executeChallenge()
|
||||
run: () => props.executeChallenge(true)
|
||||
});
|
||||
editor.addAction({
|
||||
id: 'leave-editor',
|
||||
|
Reference in New Issue
Block a user