pull/15844/head
Rich Harris 2 months ago
parent 65b0381195
commit c67119280c

@ -398,6 +398,7 @@ export function capture(track = true) {
} }
// prevent the active effect from outstaying its welcome // prevent the active effect from outstaying its welcome
// TODO this feels brittle
queue_micro_task(exit); queue_micro_task(exit);
}; };
} }

Loading…
Cancel
Save