diff --git a/client/src/components/content-blocks/assignment/Assignment.vue b/client/src/components/content-blocks/assignment/Assignment.vue index 0d6d8c0e..9a0b5d2d 100644 --- a/client/src/components/content-blocks/assignment/Assignment.vue +++ b/client/src/components/content-blocks/assignment/Assignment.vue @@ -137,6 +137,8 @@ }); }, 500), saveInput: function (answer) { + // reset corrections on input + this.corrections = ''; this.unsaved = true; /* We update the assignment on this component, so the changes are reflected on it. The server does not return @@ -150,6 +152,8 @@ this._save(this.assignment.submission); }, turnIn() { + // reset corrections on turn in + this.corrections = ''; this.$apollo.mutate({ mutation: UPDATE_ASSIGNMENT_MUTATION, variables: {