Merge pull request #415 from JuliusBairaktaris/main

ESLint V9 Migration, Package Updates, and Code Improvements
This commit is contained in:
André B
2024-04-11 06:05:46 -04:00
committed by GitHub
8 changed files with 1551 additions and 1350 deletions

View File

@@ -105,7 +105,7 @@ import { UI } from 'astrowind:config';
newlink.click();
});
let screenSize = window.matchMedia('(max-width: 767px)');
const screenSize = window.matchMedia('(max-width: 767px)');
screenSize.addEventListener('change', function () {
document.querySelector('[data-aw-toggle-menu]')?.classList.remove('expanded');
document.body.classList.remove('overflow-hidden');