fix edge case

pull/1428/head
Rich Harris 7 years ago
parent 11a8f03feb
commit a07c964361

@ -128,7 +128,6 @@ export function wrapTransition(component, node, fn, params, intro) {
if (obj.css) transitionManager.deleteRule(node, program.name);
}
this.program = null;
this.running = !!this.pending;
},

Loading…
Cancel
Save