xgwangman 4 년 전
부모
커밋
bb843fba97
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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)