We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4845186 + 2b20e01 commit 27e619fCopy full SHA for 27e619f
1 file changed
src/core/editor/pdf_editor.js
@@ -1979,7 +1979,7 @@ class PDFEditor {
1979
}
1980
1981
const newAnnotations =
1982
- this.#newAnnotationsParams?.newAnnotationsByPage.get(pageIndex);
+ this.#newAnnotationsParams?.newAnnotationsByPage?.get(pageIndex);
1983
if (newAnnotations) {
1984
const { handler, task, imagesPromises } = this.#newAnnotationsParams;
1985
const changes = new RefSetCache();
0 commit comments