Skip to content

Commit a903f54

Browse files
committed
Choice timeout increase
1 parent cc0d4ca commit a903f54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/QuestionTypes/MultipleChoiceType.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
this.setAnswer(this.dataValue)
172172
173173
if (this.isValid() && this.question.nextStepOnAnswer && !this.question.multiple) {
174-
setTimeout(() => this.$emit('next'), 250)
174+
setTimeout(() => this.$emit('next'), 350)
175175
}
176176
},
177177

0 commit comments

Comments
 (0)