chore: formatting

This commit is contained in:
Timothy J. Baek 2024-04-27 15:03:05 -04:00
parent 9be56d68e0
commit 2325660520

View file

@ -82,7 +82,7 @@
if (show && window.innerWidth < BREAKPOINT) { if (show && window.innerWidth < BREAKPOINT) {
show = false; show = false;
} }
} };
document.addEventListener('touchstart', onTouchStart); document.addEventListener('touchstart', onTouchStart);
document.addEventListener('touchend', onTouchEnd); document.addEventListener('touchend', onTouchEnd);