[RED-1375] No annotation action in select mode, only bulk-action on top

This commit is contained in:
Adina Țeudan 2021-04-27 18:46:51 +03:00
parent 4e724bba93
commit 134a1810de

View File

@ -131,7 +131,7 @@
{{ annotation.id }}
</div>
<ng-container
*ngIf="!multiSelectActive || !annotationIsSelected(annotation)"
*ngIf="!multiSelectActive"
[ngTemplateOutlet]="annotationActionsTemplate"
[ngTemplateOutletContext]="{ annotation: annotation }"
>