Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
felixpackard committed Sep 26, 2023
1 parent 512480b commit f7e48fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export default class ImageUploadEditing extends Plugin {
} );
} );

// Handle HTML pasted with images with base64 or blob sources.
// Handle HTML pasted with images.
// For every image file, a new file loader is created and a placeholder image is
// inserted into the content. Then, those images are uploaded once they appear in the model
// (see Document#change listener below).
Expand Down

0 comments on commit f7e48fc

Please sign in to comment.