mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
TODO isn't defined in viewer, just directly call fallback.
This commit is contained in:
parent
85f9217c5e
commit
2a9efa8acc
1 changed files with 2 additions and 1 deletions
|
@ -1044,7 +1044,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