diff --git a/src/common-components/funnel-footer/funnel-footer.vue b/src/common-components/funnel-footer/funnel-footer.vue index e63bf9619..f17e2940d 100644 --- a/src/common-components/funnel-footer/funnel-footer.vue +++ b/src/common-components/funnel-footer/funnel-footer.vue @@ -79,7 +79,7 @@ export default { set: function (newValue) { this.forwardClicked = newValue; this.backClicked = newValue; - } + }, }, }, methods: { @@ -95,7 +95,7 @@ export default { document.onkeydown = function (e) { return true; }; - + this.navigationButtonClicked = false; }, buttonClick() {