null out effect.dom

pull/10880/head
Rich Harris 2 years ago
parent 6143f6a6e3
commit f2ee31c024

@ -255,6 +255,7 @@ export function destroy_effect(effect) {
effect.ondestroy =
effect.ctx =
effect.block =
effect.dom =
effect.deps =
null;
}

Loading…
Cancel
Save