diff --git a/app/assets/javascripts/editor/evaluation.js b/app/assets/javascripts/editor/evaluation.js index eb9accf4..b2b8cf82 100644 --- a/app/assets/javascripts/editor/evaluation.js +++ b/app/assets/javascripts/editor/evaluation.js @@ -6,6 +6,7 @@ CodeOceanEditorEvaluation = { */ scoreCode: function (event) { event.preventDefault(); + this.stopCode(event); this.clearScoringOutput(); $('#submit').addClass("d-none"); this.createSubmission('#assess', null, function (response) {