1
0
Timothy Jaeryang Baek 5 сар өмнө
parent
commit
e895c33baa

+ 0 - 4
src/lib/components/layout/SearchModal.svelte

@@ -76,10 +76,6 @@
 		searchHandler();
 	};
 
-	$: if (show) {
-		init();
-	}
-
 	onMount(() => {
 		init();
 	});