We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c5f1c4 commit fd0c6eeCopy full SHA for fd0c6ee
src/runtime/internal/transitions.ts
@@ -273,7 +273,7 @@ export function create_bidirectional_transition(node: Element & ElementCSSInline
273
outros.r += 1;
274
}
275
276
- if (running_program) {
+ if (running_program || pending_program) {
277
pending_program = program;
278
} else {
279
// if this is an intro, and there's a delay, we need to do
0 commit comments