add comment

pull/16977/head
Rich Harris 10 months ago
parent d5ba3e24ba
commit d331f66321

@ -97,8 +97,9 @@ export class BranchManager {
}
}
// outro/destroy effects
// outro/destroy all onscreen effects...
for (const [k, effect] of this.#onscreen) {
// ...except the one that was just committed
if (k === key) continue;
const on_destroy = () => {

Loading…
Cancel
Save