From 1d0a5c0e87c42a391acfb6a4f668721e951a5d89 Mon Sep 17 00:00:00 2001 From: Tim Donohue Date: Fri, 1 Oct 2021 16:39:17 -0500 Subject: [PATCH] Switch from keyup to keydown to fix spacebar scrolling issue. --- .../expandable-navbar-section.component.html | 4 ++-- .../expandable-navbar-section.component.spec.ts | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/navbar/expandable-navbar-section/expandable-navbar-section.component.html b/src/app/navbar/expandable-navbar-section/expandable-navbar-section.component.html index fe31c73066..1a86691c11 100644 --- a/src/app/navbar/expandable-navbar-section/expandable-navbar-section.component.html +++ b/src/app/navbar/expandable-navbar-section/expandable-navbar-section.component.html @@ -1,7 +1,7 @@