mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Trigger todo on forms.
This commit is contained in:
parent
5416b92392
commit
b1bf3ae56a
1 changed files with 3 additions and 0 deletions
|
@ -932,6 +932,9 @@ var PageView = function pageView(container, pdfPage, id, scale,
|
|||
if (comment)
|
||||
div.appendChild(comment);
|
||||
break;
|
||||
case 'Widget':
|
||||
TODO('support forms');
|
||||
break;
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue