Merge pull request #20233 from calixteman/dont_add_image_stamp_update
[Editor] Don't save the image when updating a stamp annotation
This commit is contained in:
commit
7b87c220a5
@ -879,8 +879,10 @@ class StampEditor extends AnnotationEditor {
|
|||||||
serialized.accessibilityData.structParent =
|
serialized.accessibilityData.structParent =
|
||||||
this._initialData.structParent ?? -1;
|
this._initialData.structParent ?? -1;
|
||||||
}
|
}
|
||||||
|
serialized.id = this.annotationElementId;
|
||||||
|
delete serialized.bitmapId;
|
||||||
|
return serialized;
|
||||||
}
|
}
|
||||||
serialized.id = this.annotationElementId;
|
|
||||||
|
|
||||||
if (context === null) {
|
if (context === null) {
|
||||||
return serialized;
|
return serialized;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user