To reproduce:
Code: Select all
{
const newProps = {
type: "FreeText",
contents: "This should have some text in it",
page: 0,
rect: [0,0,400,50],
richContents: [], // annotation.getProps() will return empty array if there is no richContents
}
this.addAnnot(newProps);
}