Skip to content

Commit f058d9f

Browse files
committed
fix: improve intro transitions on dynamic mount
1 parent 36b177d commit f058d9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte/src/internal/client/transitions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ export function bind_transition(dom, get_transition_fn, props_fn, direction, glo
530530
if (transition !== undefined) {
531531
// Destroy any existing transitions first
532532
try {
533-
// skip_mount_intro = true;
533+
skip_mount_intro = true;
534534
transition.x();
535535
} finally {
536536
skip_mount_intro = false;

0 commit comments

Comments
 (0)