Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Aug 20, 2019
1 parent 2623359 commit 7941d61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/imageupload/imageuploadediting.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ export default class ImageUploadEditing extends Plugin {

// Force re–paint in Safari. Without it, the image will display with a wrong size.
// https://github.com/ckeditor/ckeditor5/issues/1975
/* istanbul ignore next */
if ( env.isSafari ) {
editor.editing.view.once( 'render', () => {
// Early returns just to be safe. There might be some code ran
Expand Down

0 comments on commit 7941d61

Please sign in to comment.