Skip to content

Commit f8b9cb4

Browse files
committed
DownloadGraph: Add missing super.willDestroy() call
1 parent 6988826 commit f8b9cb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/components/download-graph.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ export default class DownloadGraph extends Component {
3232
}
3333

3434
willDestroy() {
35+
super.willDestroy(...arguments);
3536
window.removeEventListener('resize', this.resizeHandler);
3637
}
3738

0 commit comments

Comments
 (0)