"backend/apps/vscode:/vscode.git/clone" did not exist on "83181b7968b462ad5e218802273213b6fa6ca3ab"
Commit 23256605 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

chore: formatting

parent 9be56d68
...@@ -79,10 +79,10 @@ ...@@ -79,10 +79,10 @@
}; };
const onResize = () => { const onResize = () => {
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);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment