[RED-1375] No annotation action in select mode, only bulk-action on top
This commit is contained in:
parent
4e724bba93
commit
134a1810de
@ -131,7 +131,7 @@
|
|||||||
{{ annotation.id }}
|
{{ annotation.id }}
|
||||||
</div>
|
</div>
|
||||||
<ng-container
|
<ng-container
|
||||||
*ngIf="!multiSelectActive || !annotationIsSelected(annotation)"
|
*ngIf="!multiSelectActive"
|
||||||
[ngTemplateOutlet]="annotationActionsTemplate"
|
[ngTemplateOutlet]="annotationActionsTemplate"
|
||||||
[ngTemplateOutletContext]="{ annotation: annotation }"
|
[ngTemplateOutletContext]="{ annotation: annotation }"
|
||||||
>
|
>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user