Skip to content

Commit

Permalink
Merge pull request #2812 from microsoft/u/juliaroldi/image-edit-prote…
Browse files Browse the repository at this point in the history
…cted

Make the imageEditInfo protected
  • Loading branch information
juliaroldi authored Sep 27, 2024
2 parents 0350b30 + 1590e46 commit 092c04b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export class ImageEditPlugin implements ImageEditor, EditorPlugin {
private shadowSpan: HTMLSpanElement | null = null;
private selectedImage: HTMLImageElement | null = null;
protected wrapper: HTMLSpanElement | null = null;
private imageEditInfo: ImageMetadataFormat | null = null;
protected imageEditInfo: ImageMetadataFormat | null = null;
private imageHTMLOptions: ImageHtmlOptions | null = null;
private dndHelpers: DragAndDropHelper<DragAndDropContext, any>[] = [];
private clonedImage: HTMLImageElement | null = null;
Expand Down

0 comments on commit 092c04b

Please sign in to comment.