Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/microsoft/roosterjs into …
Browse files Browse the repository at this point in the history
…u/bvalverde/bumpRoosterJs
  • Loading branch information
juliaroldi committed Sep 27, 2024
2 parents 006014c + 092c04b commit 566e562
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 566e562

Please sign in to comment.