pull/3046/head
Richard Harris 6 years ago
parent 74d5e72f18
commit e2b885886b

@ -51,7 +51,7 @@ export function mount_component(component, target, anchor) {
}
export function destroy_component(component, detaching) {
if (component.$$) {
if (component.$$.fragment) {
run_all(component.$$.on_destroy);
if (detaching) component.$$.fragment.d(1);

Loading…
Cancel
Save