xgwangman 4 gadi atpakaļ
vecāks
revīzija
bb843fba97
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      jydocs-pc/src/views/Content.vue

+ 1 - 1
jydocs-pc/src/views/Content.vue

@@ -162,7 +162,7 @@ export default {
           scale: this.config.SCALE,
           defaultViewport: pdfPage.getViewport({scale: this.config.SCALE}),
           eventBus: new pdfjsViewer.EventBus(),
-          annotationLayerFactory: new pdfjsViewer.DefaultAnnotationLayerFactory(),
+          annotationLayerFactory: new pdfjsViewer.DefaultAnnotationLayerFactory()
         })
         pdfPageView.setPdfPage(pdfPage);
         this.pData.heightList.push(pdfPageView.viewport.height)