From 1563a90da13da7000093f7b3f79743f81aa614f9 Mon Sep 17 00:00:00 2001 From: Leah Schumann Date: Thu, 29 Dec 2022 10:38:54 -0500 Subject: [PATCH 1/3] Moved the 'turning off' of the keyboard inputs into the if condition that is checking if its ok to emit the forwardClicked event --- src/common-components/funnel-footer/funnel-footer.vue | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/common-components/funnel-footer/funnel-footer.vue b/src/common-components/funnel-footer/funnel-footer.vue index f17e2940d..b123fdcd1 100644 --- a/src/common-components/funnel-footer/funnel-footer.vue +++ b/src/common-components/funnel-footer/funnel-footer.vue @@ -31,6 +31,7 @@