Pull request #222: fix remove only here tooltip
Merge in RED/ui from RED-1714 to master * commit 'ad00db1c154496992370a24c05ded504def6b4dc': fix remove only here tooltip
This commit is contained in:
commit
bf4d7ac3ab
@ -305,7 +305,9 @@ export class AnnotationActionsService {
|
|||||||
availableActions.push({
|
availableActions.push({
|
||||||
type: 'actionButton',
|
type: 'actionButton',
|
||||||
img: this._convertPath('/assets/icons/general/trash.svg'),
|
img: this._convertPath('/assets/icons/general/trash.svg'),
|
||||||
title: this._translateService.instant('remove-annotation.only-here'),
|
title: this._translateService.instant(
|
||||||
|
'annotation-actions.remove-annotation.only-here'
|
||||||
|
),
|
||||||
onClick: () => {
|
onClick: () => {
|
||||||
this._ngZone.run(() => {
|
this._ngZone.run(() => {
|
||||||
this.suggestRemoveAnnotation(null, annotations, false, annotationsChanged);
|
this.suggestRemoveAnnotation(null, annotations, false, annotationsChanged);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user