From f80ba44fb0fc95044f1cb2b556614fc76ee39bb4 Mon Sep 17 00:00:00 2001 From: Wojciech Maj Date: Thu, 1 Feb 2024 11:08:12 +0100 Subject: [PATCH] Make downloadManager optional in AnnotationLayerParameters Continuation of fix started in #17038 --- src/display/annotation_layer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/display/annotation_layer.js b/src/display/annotation_layer.js index 4d862e6c9..cfa4d840e 100644 --- a/src/display/annotation_layer.js +++ b/src/display/annotation_layer.js @@ -2890,7 +2890,7 @@ class FileAttachmentAnnotationElement extends AnnotationElement { * @property {Array} annotations * @property {PDFPageProxy} page * @property {IPDFLinkService} linkService - * @property {IDownloadManager} downloadManager + * @property {IDownloadManager} [downloadManager] * @property {AnnotationStorage} [annotationStorage] * @property {string} [imageResourcesPath] - Path for image resources, mainly * for annotation icons. Include trailing slash.