mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Merge pull request #1781 from brendandahl/app-pref
GH Portion of the Control pdf.js and Other PDF Plugins using Application Preferences bug
This commit is contained in:
commit
769bbf20e1
9 changed files with 251 additions and 8 deletions
|
@ -1113,7 +1113,8 @@ var PageView = function pageView(container, pdfPage, id, scale,
|
|||
div.appendChild(comment);
|
||||
break;
|
||||
case 'Widget':
|
||||
TODO('support forms');
|
||||
// TODO: support forms
|
||||
PDFView.fallback();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue