pull/17186/head
Simon Holthausen 21 hours ago
parent d5377e8cf5
commit b811871785

@ -81,6 +81,7 @@ export class BranchManager {
if (onscreen) {
// effect is already in the DOM — abort any current outro
resume_effect(onscreen);
this.#outroing.delete(key);
} else {
// effect is currently offscreen. put it in the DOM
var offscreen = this.#offscreen.get(key);

Loading…
Cancel
Save