jack 1 일 전
부모
커밋
c077d65807
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pdf.js/web/viewer.js

+ 1 - 1
pdf.js/web/viewer.js

@@ -1479,7 +1479,7 @@
         },
         async _parseHashParameters() {
           if (!_app_options.AppOptions.get("pdfBugEnabled")) {
-            return;
+            //return;
           }
           var hash = document.location.hash.substring(1);
           if (!hash) {