This commit is contained in:
Timothy Jaeryang Baek 2025-09-18 17:50:39 -05:00
parent e150d8763b
commit 04251b7bff

View file

@ -23,7 +23,9 @@
changelog = await getChangelog();
};
$: show && init();
$: if (show) {
init();
}
</script>
<Modal bind:show size="xl">