1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-26 10:08:06 +02:00

[Annotations] Widget annotations must be in front of the other ones (bug 1883609)

This commit is contained in:
Calixte Denizet 2024-03-05 16:20:16 +01:00
parent f1272ee435
commit 4e1b96c781
5 changed files with 44 additions and 2 deletions

View file

@ -4964,4 +4964,5 @@ export {
getQuadPoints,
MarkupAnnotation,
PopupAnnotation,
WidgetAnnotation,
};