RED-7342 - Enable Auto-Expand Filter does not work for workloads filter

This commit is contained in:
Valentin Mihai 2023-08-18 16:58:54 +03:00
parent a50d7030f3
commit 9726e11679

View File

@ -796,7 +796,9 @@ export class FilePreviewScreenComponent
this.#rebuildFilters();
if (currentFilters) {
setTimeout(() => {
this.#handleDeltaAnnotationFilters(currentFilters);
}, 100);
}
return this._annotationDrawService.draw(newAnnotations, this._skippedService.hideSkipped(), this.state.dossierTemplateId);