diff --git a/client/src/templates/Challenges/fill-in-the-blank/show.tsx b/client/src/templates/Challenges/fill-in-the-blank/show.tsx index 175df668790..239c0c00180 100644 --- a/client/src/templates/Challenges/fill-in-the-blank/show.tsx +++ b/client/src/templates/Challenges/fill-in-the-blank/show.tsx @@ -317,7 +317,9 @@ class ShowFillInTheBlank extends Component<

{t('learn.fill-in-the-blank')}

- + {/* what we want to observe is ctrl/cmd + enter, but ObserveKeys is buggy and throws an error + if it encounters a key combination, so we have to pass in the individual keys to observe */} +

{splitSentence.map((s, i) => {