fix remove only here tooltip
This commit is contained in:
parent
afbebb2c8b
commit
ad00db1c15
@ -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