Timothy Jaeryang Baek 5 months ago
parent
commit
e895c33baa
1 changed files with 0 additions and 4 deletions
  1. 0 4
      src/lib/components/layout/SearchModal.svelte

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

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