Explorar o código

chore: formatting

Timothy J. Baek hai 1 ano
pai
achega
2325660520
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/lib/components/layout/Sidebar.svelte

+ 2 - 2
src/lib/components/layout/Sidebar.svelte

@@ -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);