Skip to content

Commit b22357b

Browse files
committed
Reset animation when going forwards
1 parent da47096 commit b22357b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/FlowForm.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -589,6 +589,8 @@
589589
}
590590
591591
this.$nextTick(() => {
592+
this.reverse = false
593+
592594
this.setQuestions()
593595
this.checkTimer()
594596
// Nested $nextTick so we're 100% sure that setQuestions

0 commit comments

Comments
 (0)