fix unmounting components delayed bidirectional transitions (#5353)

pull/5472/head
orange4glace 4 years ago committed by GitHub
parent 2c5f1c466e
commit fd0c6ee4d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -273,7 +273,7 @@ export function create_bidirectional_transition(node: Element & ElementCSSInline
outros.r += 1; outros.r += 1;
} }
if (running_program) { if (running_program || pending_program) {
pending_program = program; pending_program = program;
} else { } else {
// if this is an intro, and there's a delay, we need to do // if this is an intro, and there's a delay, we need to do

Loading…
Cancel
Save