removed comment
This commit is contained in:
parent
10b94cba3c
commit
19afc3d65d
@ -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)))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user