RED-5525: Fixed border still appearing after conversion.
This commit is contained in:
parent
00250584f6
commit
b62cb136cd
@ -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())),
|
||||
);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user