RED-7342 - Enable Auto-Expand Filter does not work for workloads filter
This commit is contained in:
parent
a50d7030f3
commit
9726e11679
@ -796,7 +796,9 @@ export class FilePreviewScreenComponent
|
|||||||
this.#rebuildFilters();
|
this.#rebuildFilters();
|
||||||
|
|
||||||
if (currentFilters) {
|
if (currentFilters) {
|
||||||
this.#handleDeltaAnnotationFilters(currentFilters);
|
setTimeout(() => {
|
||||||
|
this.#handleDeltaAnnotationFilters(currentFilters);
|
||||||
|
}, 100);
|
||||||
}
|
}
|
||||||
|
|
||||||
return this._annotationDrawService.draw(newAnnotations, this._skippedService.hideSkipped(), this.state.dossierTemplateId);
|
return this._annotationDrawService.draw(newAnnotations, this._skippedService.hideSkipped(), this.state.dossierTemplateId);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user