pull/4272/head
mtrelis 6 years ago
parent ce101ea026
commit 029030cd27

@ -217,7 +217,7 @@ export function create_out_transition(node: Element & ElementCSSInlineStyle, fn:
}); });
} else if (config && 'then' in config) { } else if (config && 'then' in config) {
started(); started();
config.then(ended).catch(ended) config.then(ended).catch(ended);
} else { } else {
go(); go();
} }

Loading…
Cancel
Save