removed comment

This commit is contained in:
Valentin Mihai 2022-03-30 17:52:30 +03:00
parent 10b94cba3c
commit 19afc3d65d

View File

@ -592,10 +592,10 @@ export class FilePreviewScreenComponent extends AutoUnsubscribe implements OnIni
.pipe(tap(() => this._handleDeletedDossier()))
.subscribe();
// this.addActiveScreenSubscription = this._filesMapService
// .watchDeleted$(this.fileId)
// .pipe(tap(() => this._handleDeletedFile()))
// .subscribe();
this.addActiveScreenSubscription = this._filesMapService
.watchDeleted$(this.fileId)
.pipe(tap(() => this._handleDeletedFile()))
.subscribe();
this.addActiveScreenSubscription = this._skippedService.hideSkipped$
.pipe(tap(hideSkipped => this._handleIgnoreAnnotationsDrawing(hideSkipped)))