fix(svelte): Fix child component not being destroyed after each_blocks are nullified

https://github.com/sveltejs/svelte/issues/1660
pull/1662/head
Brian Takita 8 years ago
parent 9eec6f8c72
commit e76deb5b94

@ -407,6 +407,8 @@ export default class EachBlock extends Node {
}
if (fn) fn();
});
} else {
if (fn) fn();
}
}
`);

Loading…
Cancel
Save