Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Commit 5932e1b

Browse files
committed
Fixed event name
1 parent d89ea24 commit 5932e1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/PDFViewer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ const PDFViewer: React.FC<InputProps> = props => {
163163
}
164164

165165
if (props.enableAutoXfdfExport) {
166-
Core.annotationManager.addEventListener("annotationsChanged", updateXfdfAttribute);
166+
Core.annotationManager.addEventListener("annotationChanged", updateXfdfAttribute);
167167
}
168168
}
169169
}

0 commit comments

Comments
 (0)