Merge pull request #20238 from timvandermeij/fix-freetext-permafail
Fix the rendering of XFA rich text in popup annotations
This commit is contained in:
commit
d946de904c
@ -2494,7 +2494,7 @@ class PopupElement {
|
||||
renderRichText(
|
||||
{
|
||||
html: this.#html || this.#contentsObj.str,
|
||||
dir: this.#contentsObj.dir,
|
||||
dir: this.#contentsObj?.dir,
|
||||
className: "popupContent",
|
||||
},
|
||||
popup
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user