mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-09 17:55:37 +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)
|
if (comment)
|
||||||
div.appendChild(comment);
|
div.appendChild(comment);
|
||||||
break;
|
break;
|
||||||
|
case 'Widget':
|
||||||
|
TODO('support forms');
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue