RED-5525: Fixed border still appearing after conversion.

This commit is contained in:
Nicoleta Panaghiu 2022-12-12 12:18:50 +02:00
parent 00250584f6
commit b62cb136cd

View File

@ -26,7 +26,6 @@ import {
HelpModeService,
List,
LoadingService,
log,
NestedFilter,
OnAttach,
OnDetach,
@ -177,6 +176,7 @@ export class FilePreviewScreenComponent
const earmarks$ = isEarmarksViewMode$.pipe(
tap(() => this._loadingService.start()),
switchMap(() => this._fileDataService.loadEarmarks()),
switchMap(() => this._fileDataService.earmarks$),
tap(() => this.updateViewMode().then(() => this._loadingService.stop())),
);