Skip to content

Commit 0e98508

Browse files
committed
chore: staged changes
1 parent bb3a888 commit 0e98508

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/packlets/front/balloon.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@
5555
}
5656
})
5757
58+
// send signal if animation ended
5859
$: {
59-
if (ended) {
60+
if (ended)
6061
dispatch('end', id)
61-
}
6262
}
6363
</script>
6464

0 commit comments

Comments
 (0)