Skip to content

Commit

Permalink
fix(fromDiagram): save timers
Browse files Browse the repository at this point in the history
  • Loading branch information
zendo authored and staltz committed Apr 28, 2020
1 parent d2817c1 commit f65f6b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/extra/fromDiagram.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ export class DiagramProducer implements InternalProducer<any> {
}
clearInterval(id);
}, notification.time);

this.tasks.push(id);
}

_stop() {
Expand Down

0 comments on commit f65f6b7

Please sign in to comment.