We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 84e3296 + 2354ae4 commit 7b87c22Copy full SHA for 7b87c22
1 file changed
src/display/editor/stamp.js
@@ -879,8 +879,10 @@ class StampEditor extends AnnotationEditor {
879
serialized.accessibilityData.structParent =
880
this._initialData.structParent ?? -1;
881
}
882
+ serialized.id = this.annotationElementId;
883
+ delete serialized.bitmapId;
884
+ return serialized;
885
- serialized.id = this.annotationElementId;
886
887
if (context === null) {
888
return serialized;
0 commit comments