RED-5918 - Help mode links overlay the filter menu in file editor

This commit is contained in:
Valentin Mihai 2023-01-10 15:52:44 +02:00
parent d6d3dabc21
commit 0fdec9a4c1
3 changed files with 4 additions and 4 deletions

View File

@ -17,7 +17,7 @@
(click)="multiSelectService.activate()"
*ngIf="(multiSelectService.enabled$ | async) && (multiSelectInactive$ | async)"
[iqserHelpMode]="'workload_in_editor'"
[overlappingElements]="['USER_MENU']"
[overlappingElements]="['USER_MENU', 'DOCUMENT_INFO']"
class="all-caps-label primary pointer"
translate="file-preview.tabs.annotations.select"
></div>

View File

@ -6,7 +6,7 @@
icon="red:needs-work"
></iqser-empty-state>
<redaction-document-info *ngIf="documentInfoService.shown$ | async"></redaction-document-info>
<redaction-document-info *ngIf="documentInfoService.shown$ | async" id="document-info"></redaction-document-info>
<redaction-file-workload
*ngIf="!file.excluded"
@ -21,7 +21,7 @@
[annotations]="[annotation]"
[canPerformAnnotationActions]="pdfProxyService.canPerformAnnotationActions$ | async"
[iqserHelpMode]="getActionsHelpModeKey(annotation)"
[overlappingElements]="['USER_MENU', 'WORKLOAD_FILTER']"
[overlappingElements]="['USER_MENU', 'WORKLOAD_FILTER', 'DOCUMENT_INFO']"
[scrollableParentView]="scrollableParentView"
></redaction-annotation-actions>
</ng-template>

@ -1 +1 @@
Subproject commit b60331ca0816d481adc29048874db97aa49ae8ce
Subproject commit 7f2d33f17b073ae8268cd9bc6c9621ce35bd3298