mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
XFA - Handle caption with inline placement as left one
- it's just a temporary workaround to unblock release in Firefox.
This commit is contained in:
parent
d333af7848
commit
3bd936709c
2 changed files with 1 additions and 5 deletions
|
@ -2409,7 +2409,7 @@ class Field extends XFAObject {
|
|||
break;
|
||||
case "inline":
|
||||
// TODO;
|
||||
ui.attributes.class.push("xfaInline");
|
||||
ui.attributes.class.push("xfaLeft");
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue