Aesthetics

This commit is contained in:
2021-10-09 09:24:17 +01:00
parent 281631635a
commit 3bdfb2ee49
7 changed files with 27 additions and 16 deletions

View File

@@ -270,9 +270,11 @@ export default withRouter(class Progress extends React.Component {
}
handleAnswerInput = (event) => {
this.setState({
answerInput: event.target.value,
});
if (this.state.canProceed) {
this.setState({
answerInput: event.target.value,
});
}
}
showNextItem = () => {