fix pricing chart display and wordage

This commit is contained in:
Chris Zhu
2025-02-21 15:42:58 -08:00
parent 89c33b16b1
commit d4ba1ea5d2
4 changed files with 4 additions and 4 deletions

View File

@@ -29,6 +29,7 @@ export default class extends Controller {
// Add keyboard navigation event listener
document.addEventListener('keydown', (e) => {
const searchModal = document.getElementById("search_modal");
if (!searchModal) return;
if (!searchModal.open) return;
if (e.key === 'ArrowDown' || e.key === 'ArrowUp') {