RED-9944 - fix build
This commit is contained in:
parent
a3b2382bad
commit
53e9725243
@ -147,13 +147,13 @@ export class AnnotationActionsComponent implements OnChanges {
|
||||
hideAnnotation() {
|
||||
this._annotationManager.hide(this.viewerAnnotations);
|
||||
this._annotationManager.deselect();
|
||||
viewerAnnotations.forEach(a => this._annotationManager.addToHidden(a.Id));
|
||||
this.viewerAnnotations.forEach(a => this._annotationManager.addToHidden(a.Id));
|
||||
}
|
||||
|
||||
showAnnotation() {
|
||||
this._annotationManager.show(this.viewerAnnotations);
|
||||
this._annotationManager.deselect();
|
||||
viewerAnnotations.forEach(a => this._annotationManager.removeFromHidden(a.Id));
|
||||
this.viewerAnnotations.forEach(a => this._annotationManager.removeFromHidden(a.Id));
|
||||
}
|
||||
|
||||
resize() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user