mirror of
https://github.com/czhu12/canine.git
synced 2026-01-06 03:30:16 -06:00
fix pricing chart display and wordage
This commit is contained in:
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user