Fix clearInterval
This commit is contained in:
parent
a9849a8edb
commit
ee037c63ac
@ -73,8 +73,8 @@ export class ProjectOverviewScreenComponent implements OnInit, OnDestroy {
|
||||
ngOnDestroy(): void {
|
||||
this._fileDropOverlayService.cleanupFileDropHandling();
|
||||
if (this._fileStatusInterval) {
|
||||
this._fileStatusInterval = null;
|
||||
clearInterval(this._fileStatusInterval);
|
||||
this._fileStatusInterval = null;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user