CSR-478 reset keydown after navigation

This commit is contained in:
CarlNation 2022-04-11 11:03:31 -04:00
parent b6966aade0
commit 710898a3fe

View file

@ -34,6 +34,8 @@ const routes = [
path: "/",
name: "root",
async beforeEnter(to, from, next) {
document.onkeydown = null;
// If we have no query string, or we don't have the FmgPage query string.
if (to.query.fmgPage === undefined) {
await GoToFunnelStartOn404(next);