This commit is contained in:
Timothy Jaeryang Baek 2025-05-19 01:47:12 +04:00
parent fbfd3ff134
commit e895c33baa

View File

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