[fix] tracking whether transition has started (#6399)

pull/6563/head
Almog Tavor 4 years ago committed by GitHub
parent 4c94409bc0
commit 9d21aa1164
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -143,7 +143,8 @@ export function create_in_transition(node: Element & ElementCSSInlineStyle, fn:
return {
start() {
if (started) return;
started = true;
delete_rule(node);
if (is_function(config)) {

Loading…
Cancel
Save